Skip to content

oshx runs pull request testing ⚙️ #7

oshx runs pull request testing ⚙️

oshx runs pull request testing ⚙️ #7

Workflow file for this run

name: GitHub Actions for Pull Request
run-name: ${{ github.actor }} runs pull request testing ⚙️
on:
pull_request:
branches:
- master
jobs:
pullrequest:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- run: echo "🎉 Event [${{ github.event_name }}] | 🔎 Repository [${{ github.repository }}] | 🐧 OS [${{ runner.os }}] | ⭐ Branch[${{ github.ref }}]"
- name: Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm run build