Skip to content

Isolate lint GitHub workflow #3

Isolate lint GitHub workflow

Isolate lint GitHub workflow #3

Workflow file for this run

name: lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v2
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: just vscode lint
- run: just vscode check-format