Skip to content

fix: intervention nav bugfixes (#1499) #3929

fix: intervention nav bugfixes (#1499)

fix: intervention nav bugfixes (#1499) #3929

Workflow file for this run

name: Linting
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm ci
- name: Run ESLint
run: npx eslint . --ext .ts