From a46bb67d0de1e756f30a7b694b5058ad607dbeea Mon Sep 17 00:00:00 2001 From: Dusk-92 Date: Thu, 3 Sep 2026 23:33:14 +0200 Subject: [PATCH] Run independent tweak migration --- .github/workflows/apply-independent-tweaks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/apply-independent-tweaks.yml b/.github/workflows/apply-independent-tweaks.yml index bfa4d87..cc9bc85 100644 --- a/.github/workflows/apply-independent-tweaks.yml +++ b/.github/workflows/apply-independent-tweaks.yml @@ -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