diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-08-22 23:21:51 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-10-21 13:30:51 -0300 |
commit | f51413662a83e20974d734585bb71fc8091400ee (patch) | |
tree | 82970e03f3cc7f0ec72195391c12789b466fb172 | |
parent | 0dfe8e6744e46d87e03b4ae6f5bfcadae74e80b5 (diff) | |
download | luarocks-f51413662a83e20974d734585bb71fc8091400ee.tar.gz luarocks-f51413662a83e20974d734585bb71fc8091400ee.tar.bz2 luarocks-f51413662a83e20974d734585bb71fc8091400ee.zip |
CI: remove luacheck
-rw-r--r-- | .github/workflows/luacheck.yml | 17 |
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 @@ | |||
1 | name: Luacheck | ||
2 | |||
3 | on: | ||
4 | push: | ||
5 | branches: main | ||
6 | pull_request: | ||
7 | branches: '*' | ||
8 | |||
9 | jobs: | ||
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 | ||