aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-08-22 23:21:51 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-10-21 13:30:51 -0300
commitf51413662a83e20974d734585bb71fc8091400ee (patch)
tree82970e03f3cc7f0ec72195391c12789b466fb172 /.github
parent0dfe8e6744e46d87e03b4ae6f5bfcadae74e80b5 (diff)
downloadluarocks-f51413662a83e20974d734585bb71fc8091400ee.tar.gz
luarocks-f51413662a83e20974d734585bb71fc8091400ee.tar.bz2
luarocks-f51413662a83e20974d734585bb71fc8091400ee.zip
CI: remove luacheck
Diffstat (limited to '.github')
-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