Skip to content

Merge pull request #8 from C-C-Minetest-Server/dependabot/pip/utils/p… #59

Merge pull request #8 from C-C-Minetest-Server/dependabot/pip/utils/p…

Merge pull request #8 from C-C-Minetest-Server/dependabot/pip/utils/p… #59

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Luarocks
run: |
sudo apt-get update -qyy
sudo apt-get install luarocks -qyy
- name: Install Luacheck
run: luarocks install --local luacheck
- name: Run Luacheck
run: $HOME/.luarocks/bin/luacheck mods