Skip to content

editorial: Clarify language in VSA spec #1603

editorial: Clarify language in VSA spec

editorial: Clarify language in VSA spec #1603

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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Setup Node
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
- run: npm ci --ignore-scripts
- run: npm run lint --silent
- run: ./lint.sh