I think I see Banana Man
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user