Skip to content

Bump the build group across 1 directory with 2 updates #603

Bump the build group across 1 directory with 2 updates

Bump the build group across 1 directory with 2 updates #603

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