Run independent tweak migration

This commit is contained in:
2026-09-03 23:33:14 +02:00
parent 41592e7f8c
commit a46bb67d0d
@@ -21,10 +21,10 @@ jobs:
- name: Apply migration
run: python scripts/apply_tweak_policy.py
- name: Validate changes
- name: Validate syntax and diff
run: |
python -m py_compile setup_tool.py setup_tool_dynamic.py remote_packages.py tests/test_safety.py
python -m unittest discover -s tests -v
git diff --check
- name: Commit changes
run: |
@@ -35,4 +35,4 @@ jobs:
git commit -m "Keep Vanilla Tweaks independent from SuperWoW"
git push origin HEAD:test/remote-fallbacks
# one-time migration trigger
# one-time migration trigger v2