Skip to content

fixed job

fixed job #3

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check Copyright
run: |
chmod +x ./verify_copyright.sh
- name: Use Node.js
uses: actions/setup-node@v4
- name: Lint
with:
node-version: 18
run: |

Check failure on line 18 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 18, Col: 9): Unexpected value 'run' .github/workflows/ci.yml (Line: 15, Col: 9): Required property is missing: uses
npm i
npm run lint