Skip to content

Commit

Permalink
ci(luacheck): ensure latest luacheck version
Browse files Browse the repository at this point in the history
version 1.2 adds native minetest support, and I need this in CI
  • Loading branch information
Lazerbeak12345 committed Aug 17, 2024
1 parent 2b2a3e2 commit dffb1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
steps:
- uses: actions/checkout@master
- name: lint
uses: Roang-zero1/factorio-mod-luacheck@master
uses: lunarmodules/luacheck@master
with:
luacheckrc_url: ""

0 comments on commit dffb1f5

Please sign in to comment.