Skip to content

Bump @webref/css from 6.22.0 to 7.0.11 in the webref-css group #2501

Bump @webref/css from 6.22.0 to 7.0.11 in the webref-css group

Bump @webref/css from 6.22.0 to 7.0.11 in the webref-css group #2501

Workflow file for this run

name: lint
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with:
fetch-depth: 1
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
with:
node-version: 24
- name: npm ci
run: |
npm ci --ignore-scripts
- name: lint
run: npm run lint
- name: docs
run: npm run docs
- name: knip
run: npm run knip
- name: repo is clean after "build", "lint" and "docs" steps
run: |
git diff --name-only --exit-code