I think I see Banana Man

This commit is contained in:
2026-04-30 16:00:19 +03:00
committed by GitHub
parent c9b23c2371
commit ed6862cf41
+3 -2
View File
@@ -26,8 +26,6 @@ jobs:
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install luamin - name: Install luamin
run: npm install -g luamin run: npm install -g luamin
@@ -40,6 +38,9 @@ jobs:
git checkout main -- . git checkout main -- .
git reset HEAD git reset HEAD
- name: Tetlajtlaj
run: luamin -c "2 + 2"
- name: Minify all Lua files - name: Minify all Lua files
run: | run: |
for file in $(find . -name "*.lua" -not -path "./.git/*"); do for file in $(find . -name "*.lua" -not -path "./.git/*"); do