Skip to content

fix: print the manual elevated-PowerShell command instead of staging a .cmd #673

fix: print the manual elevated-PowerShell command instead of staging a .cmd

fix: print the manual elevated-PowerShell command instead of staging a .cmd #673

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
- run: corepack enable
- run: pnpm install --frozen-lockfile
- run: pnpm check && pnpm typecheck