Skip to content

Add 'pull_reqest' workflow and 'test' steps #1

Add 'pull_reqest' workflow and 'test' steps

Add 'pull_reqest' workflow and 'test' steps #1

Workflow file for this run

name: Pull request check
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.10.0
- name: Build
run: |
npm ci
npm run build