Skip to content

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

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 #2484

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@a0853c24544627f65ddf259abe73b1d18a591444
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