Merge pull request #349 from catwell/pr-update-github-actions
update Github Actions for Lua and LuaRocks
This commit is contained in:
commit
0d1831da35
|
@ -10,11 +10,11 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Setup Lua
|
- name: Setup Lua
|
||||||
uses: leafo/gh-actions-lua@v6
|
uses: leafo/gh-actions-lua@v8
|
||||||
with:
|
with:
|
||||||
luaVersion: 5.4
|
luaVersion: 5.4
|
||||||
- name: Setup Lua Rocks
|
- name: Setup Lua Rocks
|
||||||
uses: leafo/gh-actions-luarocks@v2
|
uses: leafo/gh-actions-luarocks@v4
|
||||||
- name: Setup dependencies
|
- name: Setup dependencies
|
||||||
run: luarocks install luacheck
|
run: luarocks install luacheck
|
||||||
- name: Run Code Linter
|
- name: Run Code Linter
|
||||||
|
|
Loading…
Reference in New Issue