Skip to content

Workflow file for this run

name: Lint, test, and build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:

Check failure on line 9 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
- name: Checkout repo
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: bahmutov/npm-install@v1
-run: yarn lint
- run: yarn test --coverage
- uses: coverallsapp/github-action@v2
- run: yarn build