Skip to content

release 2.4.0

release 2.4.0 #165

Workflow file for this run

name: Linting
on:
push:
branches: [master, main]
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci
- run: npm run lint