Skip to content

Format VSCode extension code with Prettier #1

Format VSCode extension code with Prettier

Format VSCode extension code with Prettier #1

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'
- run: just vscode lint
- run: just vscode check-format