Skip to content

Bump version to 5.0.0 #49

Bump version to 5.0.0

Bump version to 5.0.0 #49

Workflow file for this run

name: CI
on: ["push", "pull_request"]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "18.x"
- run: npm ci
- run: make check-rules-are-up-to-date
- run: make check-all-rules-are-considered
- run: npm run format
- run: npm test