Refactored source/scripts into core/source

This commit is contained in:
Lucas
2026-01-01 21:13:49 -08:00
parent 21d6a6787e
commit afbb4d1352
38 changed files with 43 additions and 43 deletions

View File

@@ -28,7 +28,7 @@ jobs:
run: pip install -r requirements.txt || true
- name: Run script to check for format errors
run: python ./source/scripts/maintenance/json_formatter.py
run: python ./core/source/maintenance/json_formatter.py
- name: Commit and push changes
run: |