Skip to content

Update actions/checkout action to v4.2.2 #2037

Update actions/checkout action to v4.2.2

Update actions/checkout action to v4.2.2 #2037

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: Run lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20
cache: npm
- run: npm i
- run: npm run lint --max-warnings=0