chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:31:40 +08:00
commit 4df75a30cd
234 changed files with 41407 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Lint
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.13"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3