blbflblbl

This commit is contained in:
2026-04-30 15:24:51 +03:00
committed by GitHub
parent 6bf6f119b2
commit f76bef395a
+8
View File
@@ -38,6 +38,14 @@ jobs:
git checkout main -- . git checkout main -- .
git reset HEAD git reset HEAD
- name: Does luamin even exist? Does it find the files?
run: |
which luamin
luamin --version
echo "gug"
find . -name "*.lua" -not -path "./.git/*"
- name: Minify all Lua files - name: Minify all Lua files
run: | run: |
set -e set -e