Update minify.yml

This commit is contained in:
Andrew Lalis 2022-12-21 10:59:55 +01:00 committed by GitHub
parent 49c4e32423
commit b4567c9d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -30,5 +30,12 @@ jobs:
touch min/movescript.lua
lua minify.lua minify src/movescript.lua > min/movescript.lua
- name: Clean Up Repository
run: |
rm -rf .lua
rm -rf .luarocks
rm -rf .source
rm -f minify.lua
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4