diff --git a/.github/workflows/language-policy.yml b/.github/workflows/language-policy.yml index b69e71e..82e971f 100644 --- a/.github/workflows/language-policy.yml +++ b/.github/workflows/language-policy.yml @@ -14,7 +14,7 @@ jobs: # Block new Python files (except SaltStack) NEW_PY=$(git diff --name-only --diff-filter=A HEAD~1 2>/dev/null | grep -E '\.py$' | grep -v 'salt' || true) if [ -n "$NEW_PY" ]; then - echo "❌ New Python files detected. Use Rust or ReScript instead." + echo "❌ New Python files detected. Use Rust or AffineScript instead." echo "$NEW_PY" exit 1 fi