aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/luacheck.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml
index 5d79609..b501650 100644
--- a/.github/workflows/luacheck.yml
+++ b/.github/workflows/luacheck.yml
@@ -1,10 +1,10 @@
name: luacheck
on: [push, pull_request]
jobs:
- lint:
+ luacheck:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
- - uses: Roang-zero1/factorio-mod-luacheck@master
- with:
- luacheckrc_url: "" \ No newline at end of file
+ - name: Checkout
+ uses: actions/checkout@master
+ - name: Luacheck
+ uses: lunarmodules/luacheck@master \ No newline at end of file