aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/lua_lint.yml
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2020-05-02 12:52:51 +0200
committerGitHub <noreply@github.com>2020-05-02 12:52:51 +0200
commit61d93988d8b44a9905451c4c288e02c04d41abb0 (patch)
treef0c20599ddc0e61e94e24521cd17851f9ed5d0d2 /.github/workflows/lua_lint.yml
parente0ea87f1f32273dba2eb5421c2a8c890479ba078 (diff)
downloadhax-minetest-server-61d93988d8b44a9905451c4c288e02c04d41abb0.tar.gz
hax-minetest-server-61d93988d8b44a9905451c4c288e02c04d41abb0.zip
ci: Update Github Actions workflows (#9774)
Diffstat (limited to '.github/workflows/lua_lint.yml')
-rw-r--r--.github/workflows/lua_lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lua_lint.yml b/.github/workflows/lua_lint.yml
index 1b2c01192..738e5afff 100644
--- a/.github/workflows/lua_lint.yml
+++ b/.github/workflows/lua_lint.yml
@@ -13,12 +13,12 @@ on:
jobs:
luacheck:
+ name: "Builtin Luacheck and Unit Tests"
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Install luarocks
run: |
- sudo apt-get update -qyy
sudo apt-get install luarocks -qyy
- name: Install luarocks tools