Skip to content

Bump markdownlint-cli from 0.41.0 to 0.42.0 (#127) #323

Bump markdownlint-cli from 0.41.0 to 0.42.0 (#127)

Bump markdownlint-cli from 0.41.0 to 0.42.0 (#127) #323

Workflow file for this run

name: Knip
on:
push:
branches:
- the-one
paths:
- '**.ts'
- '**.js'
- '**.cjs'
- '**.json'
- '.github/workflows/knip.yml'
pull_request:
branches:
- the-one
paths:
- '**.ts'
- '**.js'
- '**.cjs'
- '**.json'
- '.github/workflows/knip.yml'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: latest
cache: 'npm'
cache-dependency-path: |
package-lock.json
- run: npm ci
- run: npm run language
- run: npm run knip