Skip to content

nonspec: new website build strategy #3253

nonspec: new website build strategy

nonspec: new website build strategy #3253

Workflow file for this run

name: Lint
on: [workflow_dispatch, pull_request]
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Node
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
- run: npm ci --ignore-scripts
- run: npm run lint --silent
- run: ./tools/lint.sh