Skip to content

Bump version to 14.1.0 #116

Bump version to 14.1.0

Bump version to 14.1.0 #116

Workflow file for this run

name: CI
on: ["push", "pull_request"]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: "./.tool-versions"
- run: npm ci
- run: make check-rules-are-up-to-date
- run: make check-all-rules-are-considered
- run: npm run typecheck
- run: npm run format
- run: npm run test