Skip to content

content: Release SLSA 1.2 #3179

content: Release SLSA 1.2

content: Release SLSA 1.2 #3179

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup Node
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
- run: npm ci --ignore-scripts
- run: npm run lint --silent
- run: ./tools/lint.sh