Skip to content

Added hidden fields dialog and non destructive visibility to the web … #41

Added hidden fields dialog and non destructive visibility to the web …

Added hidden fields dialog and non destructive visibility to the web … #41

Workflow file for this run

name: Extension · CI
on:
push:
paths:
- "apps/vscode-adr-manager/**"
- "packages/**"
- "pnpm-lock.yaml"
- ".github/workflows/extension-ci.yml"
workflow_dispatch:
jobs:
build-test:
name: Build, test & package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- uses: pnpm/action-setup@v6
with:
cache: true
- run: pnpm install --frozen-lockfile
- run: pnpm --filter vscode-adr-manager test # `pretest` auto-runs typecheck + compile + lint
- run: pnpm vsix
- uses: actions/upload-artifact@v4
with:
name: vsix
path: apps/vscode-adr-manager/*.vsix