Skip to content

Merge commit '0380070e98e8d59efa411fc74dd95aa49f0ea752' into sandbox #22

Merge commit '0380070e98e8d59efa411fc74dd95aa49f0ea752' into sandbox

Merge commit '0380070e98e8d59efa411fc74dd95aa49f0ea752' into sandbox #22

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- run: |
cd frontend
npm ci --legacy-peer-deps
- run: |
cd frontend
npm run lint