Skip to content

fix(ci): handle "already exists" in vscode publish gracefully #22

fix(ci): handle "already exists" in vscode publish gracefully

fix(ci): handle "already exists" in vscode publish gracefully #22

Workflow file for this run

---
name: CI
on:
push:
branches: [main]
pull_request:
branches:
- main
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
- run: pnpm lint
- run: pnpm format:check
- run: pnpm build
- run: pnpm test
- run: pnpm check:bundles