Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Fix GOV.UK casing #1671

Fix GOV.UK casing

Fix GOV.UK casing #1671

Workflow file for this run

name: Code style
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
name: Check out repository
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
name: Set up Node.js
with:
node-version: 24.10.0
- run: |
npm ci
npm run lint