From 969161566a37442f9d2274736c1523cfc5776867 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Wed, 20 Jan 2021 18:55:29 +0100 Subject: [PATCH] Add github workflow I copied Panquesito7's check-release.yml file --- .github/workflows/check-release.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/check-release.yml diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml new file mode 100644 index 0000000..9411751 --- /dev/null +++ b/.github/workflows/check-release.yml @@ -0,0 +1,15 @@ +on: [push, pull_request] +name: Check & Release + +jobs: + lint: + 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 ./