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 1d24ecc..0000000
--- a/.github/workflows/luacheck.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: luacheck
-
-on: [pull_request, push]
-
-jobs:
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v1
- - name: apt
- run: sudo apt-get install -y luarocks
- - name: luacheck install
- run: luarocks install --local luacheck
- - name: luacheck run
- run: $HOME/.luarocks/bin/luacheck ./