Skip to content

Update RELEASE.yml #442

Update RELEASE.yml

Update RELEASE.yml #442

Workflow file for this run

name: CI
on: push
jobs:
Test:
steps:

Check failure on line 6 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: 6, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run build --if-exits
- run: npm run lint --if-exists
- run: npm run test --if-exists
- run: npm run coverage --if-exists