chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:34:48 +08:00
commit 77bb5bf71f
3762 changed files with 353249 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
name: Run Checks
on: pull_request
permissions:
id-token: write
contents: read
jobs:
run-checks:
runs-on: depot-ubuntu-22.04-8
timeout-minutes: 15
env:
NODE_OPTIONS: '--max_old_space_size=8192'
steps:
- uses: actions/checkout@v2
- name: Setup
uses: ./.github/actions/setup
- run: pnpm run check:dep
- run: pnpm run check:sherif
- run: pnpm run check:oxlint
- run: pnpm run check:format
- run: pnpm run check:eslint
- run: pnpm run check:bplint
- run: pnpm run check:type
- run: pnpm run test