Files
XTLS_Xray-docs-next/.github/workflows/postcheck.yml
T
2026-05-25 21:37:31 +08:00

17 lines
342 B
YAML

name: Post Check
on: [push, pull_request]
jobs:
check-focus:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: python .github/check-scripts/check_code_focus.py
check-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: python .github/check-scripts/check_json.py