Skip to content

chore(deps): update actions/checkout action to v5 #683

chore(deps): update actions/checkout action to v5

chore(deps): update actions/checkout action to v5 #683

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run lint