Auto calculate json focus

This commit is contained in:
Fangliding
2026-09-17 01:42:16 +08:00
parent d8d0e6455e
commit e42da10dbe
106 changed files with 249 additions and 259 deletions
-6
View File
@@ -3,12 +3,6 @@ name: Post Check
on: [push, pull_request]
jobs:
check-focus:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- run: python .github/check-scripts/check_code_focus.py
check-json:
runs-on: ubuntu-latest
steps: