Skip to content

Commit

Permalink
Use a faster and newer LuaCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 committed Sep 12, 2023
1 parent e8206c8 commit f851963
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: luacheck
on: [push, pull_request]
name: build
jobs:
lint:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: ""
- name: Checkout
uses: actions/checkout@v4
- name: LuaCheck
uses: lunarmodules/luacheck@master

0 comments on commit f851963

Please sign in to comment.