Skip to content

Commit

Permalink
chore: bump glualint
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed May 28, 2023
1 parent 51dd0b1 commit cee0504
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.24.2
GLUALINT_VERSION: 1.24.4
- name: Unzip GLuaLint
run: unzip glualint.zip
- name: Lint lua files
Expand Down

0 comments on commit cee0504

Please sign in to comment.