Skip to content

Bump the development-dependencies group with 3 updates #2975

Bump the development-dependencies group with 3 updates

Bump the development-dependencies group with 3 updates #2975

Workflow file for this run

name: lint
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
defaults:
run:
shell: bash
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020
with:
node-version: 26
- 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