blbflblbl
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user