Check json focus in CI

This commit is contained in:
Fangliding
2026-05-25 21:06:48 +08:00
parent 91e7b21959
commit a2c2c5494e
7 changed files with 130 additions and 5 deletions
+23
View File
@@ -0,0 +1,23 @@
name: Post Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Check code focus blocks
run: python .github/check-scripts/check_code_focus.py