Skip to content

content: draft: define how downstream users can verify the SLSA source track level of revisions #2137

content: draft: define how downstream users can verify the SLSA source track level of revisions

content: draft: define how downstream users can verify the SLSA source track level of revisions #2137

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup Node
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
- run: npm ci --ignore-scripts
- run: npm run lint --silent
- run: ./lint.sh