Skip to content

Bump nhsuk-frontend from 10.4.1 to 10.4.2 in the application group #604

Bump nhsuk-frontend from 10.4.1 to 10.4.2 in the application group

Bump nhsuk-frontend from 10.4.1 to 10.4.2 in the application group #604

name: Code style checks
on: pull_request
jobs:
lint:
name: Code style checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Run code style checks
run: npm run lint