Skip to content

chore(deps): update actions/checkout digest to 93cb6ef #2156

chore(deps): update actions/checkout digest to 93cb6ef

chore(deps): update actions/checkout digest to 93cb6ef #2156

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci
- run: npm run lint