Files
slsa-verifier/.github/workflows/pre-submit.lint.yml
Ian Lewis 951ae240b2 Update pre-submits (#289)
Signed-off-by: Ian Lewis <ianlewis@google.com>

Signed-off-by: Ian Lewis <ianlewis@google.com>
2022-10-03 09:58:15 -05:00

19 lines
381 B
YAML

name: Lint
on: [pull_request]
permissions:
# Needed to check out the repo.
contents: read
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: actions/setup-node@v3
with:
node-version: 16
- working-directory: actions/installer
run: make lint