Skip to content

Fix typo in code example of css-parser-algorithms (#1380) #1679

Fix typo in code example of css-parser-algorithms (#1380)

Fix typo in code example of css-parser-algorithms (#1380) #1679

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@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 22
- name: npm ci
run: |
npm ci --ignore-scripts
- name: lint
run: npm run lint
- name: knip
run: npm run knip