Skip to content

ci: make CI build the chrome package #209

ci: make CI build the chrome package

ci: make CI build the chrome package #209

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
env:
JOBS: 1 # See https://git.io/vdao3 for details
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
- run: make package-chrome
- run: actions/upload-artifact@v4
with:

Check failure on line 23 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: 23, Col: 9): Unexpected value 'with'
name: chrome-extension
path: dist-packages/chrome.zip