Was ist dein Lieblingsfach? Mathe, oder was?
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd .github/workflows
|
cd .github/workflows
|
||||||
npm install github:Ponali/luamin.js
|
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
|
echo $file
|
||||||
node minify.js $file
|
node minify.js $file
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user