Skip to content

Merge pull request #2407 from alphagov/release-13.16.2 #3806

Merge pull request #2407 from alphagov/release-13.16.2

Merge pull request #2407 from alphagov/release-13.16.2 #3806

Workflow file for this run

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