aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/luacheck.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/luacheck.yml')
-rw-r--r--.github/workflows/luacheck.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml
deleted file mode 100644
index 17942637..00000000
--- a/.github/workflows/luacheck.yml
+++ /dev/null
@@ -1,17 +0,0 @@
1name: Luacheck
2
3on:
4 push:
5 branches: main
6 pull_request:
7 branches: '*'
8
9jobs:
10
11 luacheck:
12 runs-on: ubuntu-22.04
13 steps:
14 - name: Checkout
15 uses: actions/checkout@master
16 - name: Luacheck
17 uses: lunarmodules/luacheck@v1