chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:32:57 +08:00
commit cd420f9332
4811 changed files with 884702 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
pre-commit:
only:
- ref: main
jobs:
- name: 🚫 Prevent main branch commits
run: exit 1
# Mirror the CI code-quality check locally so unformatted / lint-failing pushes
# are caught before they hit the PR. Note: GitButler uses its own git
# implementation and only runs hooks when "Run hooks" is enabled in its
# settings - with that off, this protects plain `git push` only.
pre-push:
jobs:
- name: format
run: pnpm exec oxfmt --check .
- name: lint
run: pnpm exec oxlint .