Skip to content

Upgrade to Stylelint 16 #1199

Upgrade to Stylelint 16

Upgrade to Stylelint 16 #1199

Workflow file for this run

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