mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2026-09-22 22:38:05 +03:00
17 lines
342 B
YAML
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
|