chore: bump glualint

This commit is contained in:
James Ross 2023-03-12 19:12:30 +00:00
parent a426074e3f
commit 466de3f6d1
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.24.0
GLUALINT_VERSION: 1.24.2
- name: Unzip GLuaLint
run: unzip glualint.zip
- name: Lint lua files