Skip to content

[vscode] Introduce an intentionally slow extension #266

[vscode] Introduce an intentionally slow extension

[vscode] Introduce an intentionally slow extension #266

Workflow file for this run

name: General
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: PNPM Install
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm run lint
- name: Type Check
run: pnpm run check