chore: add VS Code workspace config and improve CI infrastructure

Add .vscode/ with Biome formatter, Tailwind, Vitest, Playwright, and
Python debug configs. Extract shared pnpm/Node setup into a composite
GitHub Action and add Dependabot and dependency-review workflows.
This commit is contained in:
SnapOtter
2026-05-01 00:28:10 +08:00
parent d12b1c0fc6
commit 710b580cee
11 changed files with 765 additions and 64 deletions
+1 -9
View File
@@ -17,15 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- uses: ./.github/actions/setup
- name: Build Docs
run: pnpm --filter @snapotter/docs docs:build