Chore(Fortune): Move all scripts from dev to scripts and remove outdated scripts

This commit is contained in:
2025-02-03 22:38:57 +08:00
parent 9d0fe3f099
commit 6adb7f4eae
5 changed files with 3 additions and 334 deletions

View File

@@ -24,12 +24,12 @@ jobs:
- uses: actions/setup-python@v5
- name: Check Custom Special Events
run: |
python3 dev/check-events.py fortune_generator/json/custom_special.json custom
python3 scripts/check-events.py fortune_generator/json/custom_special.json custom
- name: Check Static Special Events
run: |
python3 dev/check-events.py fortune_generator/json/static_special.json static
python3 scripts/check-events.py fortune_generator/json/static_special.json static
- name: Check Cyclical Special Events
run: |
python3 dev/check-events.py fortune_generator/json/cyclical_special.json cyclical
python3 scripts/check-events.py fortune_generator/json/cyclical_special.json cyclical