Was ist dein Lieblingsfach? Mathe, oder was?

This commit is contained in:
2026-04-30 17:52:58 +03:00
committed by GitHub
parent 420421ca9d
commit 129f5f6d34
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
run: |
cd .github/workflows
npm install github:Ponali/luamin.js
for file in $(find ../.. -name "*.lua" -not -path "../../.git/*"); do
for file in $(find ../.. -name "*.lua" -not -path "../../.git/*" -not -path "../../.github/*"); do
echo $file
node minify.js $file
done