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