From ed6862cf41e0e4b89872c8b3fc4cb25ed0bbf99a Mon Sep 17 00:00:00 2001 From: WahPlus Date: Thu, 30 Apr 2026 16:00:19 +0300 Subject: [PATCH] I think I see Banana Man --- .github/workflows/minify.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/minify.yml b/.github/workflows/minify.yml index 3d794c3..04f3595 100644 --- a/.github/workflows/minify.yml +++ b/.github/workflows/minify.yml @@ -26,8 +26,6 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 - with: - node-version: '20' - name: Install luamin run: npm install -g luamin @@ -40,6 +38,9 @@ jobs: git checkout main -- . git reset HEAD + - name: Tetlajtlaj + run: luamin -c "2 + 2" + - name: Minify all Lua files run: | for file in $(find . -name "*.lua" -not -path "./.git/*"); do