diff options
| -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 | ||
