Skip to content

Merge pull request #277 from alphagov/remove-non-docs-things #560

Merge pull request #277 from alphagov/remove-non-docs-things

Merge pull request #277 from alphagov/remove-non-docs-things #560

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version-file: '.nvmrc'
- run: npm install --omit=production
- run: npm run lint