Skip to content

Standardize and require ccmod.json #212

Standardize and require ccmod.json

Standardize and require ccmod.json #212

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
check_database:
name: Check database
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 15.x
- working-directory: build/
run: npm ci
- working-directory: build/
run: npm test
with:

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: 9): Unexpected value 'with'
repo-token: ${{ secrets.GITHUB_TOKEN }}