chore: bump glualint

This commit is contained in:
James Ross 2024-07-20 18:47:33 +01:00
parent 2b3a5c4826
commit 46c0d522d3
No known key found for this signature in database
GPG Key ID: 49E8B07166BE49AB

View File

@ -10,7 +10,7 @@ jobs:
- name: Download GLuaLint
run: curl -o glualint.zip -L https://github.com/FPtje/GLuaFixer/releases/download/$GLUALINT_VERSION/glualint-$GLUALINT_VERSION-x86_64-linux.zip
env:
GLUALINT_VERSION: 1.27.0
GLUALINT_VERSION: 1.29.0
- name: Unzip GLuaLint
run: unzip glualint.zip
- name: Lint lua files