Skip to content

ADAPT-5851 | Improve site search a11y (#364) #483

ADAPT-5851 | Improve site search a11y (#364)

ADAPT-5851 | Improve site search a11y (#364) #483

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set the correct Node version using nvm
shell: bash -l {0}
run: nvm install
- uses: bahmutov/npm-install@v1
- name: Run Lint
run: npm run lint