Skip to content

Use Eslint form app.zetkin #5

Use Eslint form app.zetkin

Use Eslint form app.zetkin #5

Workflow file for this run

name: Lint
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'yarn'
working-directory: ./webapp
- run: yarn
with:

Check failure on line 22 in .github/workflows/lint.yaml

View workflow run for this annotation

GitHub Actions / Lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yaml (Line: 22, Col: 9): Unexpected value 'with' .github/workflows/lint.yaml (Line: 25, Col: 9): Unexpected value 'with'
working-directory: ./webapp
- run: yarn lint
with:
working-directory: ./webapp