Skip to content

Update eslint to v9 #809

Update eslint to v9

Update eslint to v9 #809

Workflow file for this run

name: CI
on:
push:
branches:
- main
- 'renovate/**'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run test:rules
- run: npm run build:docs
- run: npm pack --loglevel notice 2>&1 >/dev/null | sed -e 's/^npm notice //' && rm *.tgz