test: add project rules check

This commit is contained in:
yeasy
2026-05-18 22:37:02 -07:00
parent 1c4e0538d8
commit 7abaff237a
4 changed files with 205 additions and 1 deletions
+2
View File
@@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Check project rules
run: python3 check_project_rules.py
- name: Install Chromium and CJK fonts
uses: browser-actions/setup-chrome@v2
with: