Skip to content

ci: fix ci yaml syntax #210

ci: fix ci yaml syntax

ci: fix ci yaml syntax #210

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
- run: make dependencies
- run: make verify
- run: make test
env:
- JOBS: 1 # See https://git.io/vdao3 for details

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 18, Col: 11): A sequence was not expected
- run: make package-chrome
- uses: actions/upload-artifact@v4
with:
name: chrome-extension
path: dist-packages/chrome.zip