Skip to content

Ci checking

Ci checking #561

Workflow file for this run

name: Build on PR
ON:
pull_request:
branches:
- master
jobs:
build:
runs:on: ubuntu-latest
steps:

Check failure on line 11 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- uses: actions/checkout@v3
- name: set up Node.js
uses: actions/setup-node@v2
with:
node-version: 12
- name: install dependencies
run: npm install
- name: build
run: npm run build