Skip to content

Isolate VSCode extension lint and formatting checks #8

Isolate VSCode extension lint and formatting checks

Isolate VSCode extension lint and formatting checks #8

Workflow file for this run

name: Lint
on: [pull_request, workflow_call]
env:
DOCKER: false
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: subdir/package-lock.json
- run: just vscode deps
- run: just vscode lint
- run: just vscode check-format