Dreimal in der Woche, Mathe, Englisch, aber

This commit is contained in:
2026-04-30 16:30:32 +03:00
committed by GitHub
parent e6436a8373
commit e0e26e12c9
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
npm install lua-format npm install lua-format
for file in $(find ../.. -name "*.lua" -not -path "../../.git/*"); do for file in $(find ../.. -name "*.lua" -not -path "../../.git/*"); do
echo $file echo $file
node .github/workflows/minify.js $file node minify.js $file
done done
cd ../.. cd ../..