omx(team): auto-checkpoint worker-4 [unknown]

This commit is contained in:
bellman
2026-05-15 10:45:18 +09:00
parent 7b21ac12b9
commit 0bb145141e
3 changed files with 21 additions and 1 deletions

View File

@@ -9,8 +9,14 @@ on:
paths:
- .github/workflows/rust-ci.yml
- .github/scripts/check_doc_source_of_truth.py
- .github/scripts/check_release_readiness.py
- .github/FUNDING.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- README.md
- SECURITY.md
- SUPPORT.md
- USAGE.md
- PARITY.md
- PHILOSOPHY.md
@@ -23,8 +29,14 @@ on:
paths:
- .github/workflows/rust-ci.yml
- .github/scripts/check_doc_source_of_truth.py
- .github/scripts/check_release_readiness.py
- .github/FUNDING.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- README.md
- SECURITY.md
- SUPPORT.md
- USAGE.md
- PARITY.md
- PHILOSOPHY.md
@@ -58,6 +70,8 @@ jobs:
python-version: "3.x"
- name: Check docs and metadata for stale branding
run: python .github/scripts/check_doc_source_of_truth.py
- name: Check release policy docs and local links
run: python .github/scripts/check_release_readiness.py
fmt:
name: cargo fmt