Skip to content

VulnsV2: Add missing invocation to protos and spec #625

VulnsV2: Add missing invocation to protos and spec

VulnsV2: Add missing invocation to protos and spec #625

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@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Setup Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
- run: npm ci --ignore-scripts
- run: npm run lint --silent