Skip to content

chore: Unpin 'actions/checkout' action (#123) #426

chore: Unpin 'actions/checkout' action (#123)

chore: Unpin 'actions/checkout' action (#123) #426

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm ci
- run: npm run lint