Skip to content

Commit

Permalink
chore: bump glualint
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Jul 20, 2024
1 parent 2b3a5c4 commit 46c0d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46c0d52

Please sign in to comment.