Skip to content

build(deps): bump github/codeql-action from 2.21.5 to 2.22.5 (#2394) #3025

build(deps): bump github/codeql-action from 2.21.5 to 2.22.5 (#2394)

build(deps): bump github/codeql-action from 2.21.5 to 2.22.5 (#2394) #3025

Workflow file for this run

name: Lint
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
persist-credentials: false
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: lts/*
- run: npm install
- run: npm run lint