diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml new file mode 100644 index 0000000..d00f53a --- /dev/null +++ b/.github/workflows/luacheck.yml @@ -0,0 +1,17 @@ +name: luacheck + +on: [push, pull_request] + +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 ./ diff --git a/mod.conf b/mod.conf index 7df5b7b..a6d4cf1 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,3 @@ name = epic_skybox -description = skyboxe features for the epic mod +description = skybox features for the epic mod depends = epic, screwdriver