Merge remote-tracking branch 'upstream/master' into test-builds

This commit is contained in:
Caleb Maclennan 2022-03-24 18:11:07 +03:00
commit 2de8ddfbb8
No known key found for this signature in database
GPG key ID: B538286DE04ECFE5
28 changed files with 1002 additions and 984 deletions

View file

@ -7,13 +7,7 @@ jobs:
luacheck:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup lua
uses: leafo/gh-actions-lua@v9
- name: Setup luarocks
uses: leafo/gh-actions-luarocks@v4
- name: Setup luacheck
run: luarocks install luacheck
- name: Run luacheck linter
run: luacheck .
- name: Checkout
uses: actions/checkout@v3
- name: Luacheck
uses: lunarmodules/luacheck@v0