Skip to content

content: draft: reliable -> verifiable #2143

content: draft: reliable -> verifiable

content: draft: reliable -> verifiable #2143

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