Skip to content

Bump @types/node from 22.7.5 to 22.7.6 #110

Bump @types/node from 22.7.5 to 22.7.6

Bump @types/node from 22.7.5 to 22.7.6 #110

Workflow file for this run

name: CI
on:
workflow_dispatch: {}
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: Setup Node
uses: alphagov/govuk-infrastructure/.github/actions/setup-node@main
- name: Run eslint
run: yarn run eslint .
- name: Run prettier
run: yarn run prettier --check .