Skip to content

Merge pull request #2485 from alphagov/remove-functional-variable-fro… #3938

Merge pull request #2485 from alphagov/remove-functional-variable-fro…

Merge pull request #2485 from alphagov/remove-functional-variable-fro… #3938

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/[email protected]
- uses: actions/[email protected]
with:
cache: 'npm'
node-version-file: '.nvmrc'
- run: npm install --omit=production
- run: npm run lint