Skip to content

Move halos to abilities(wesnoth 1.18 and later) #738

Move halos to abilities(wesnoth 1.18 and later)

Move halos to abilities(wesnoth 1.18 and later) #738

Workflow file for this run

name: luacheck
on: [push, pull_request, workflow_dispatch]
jobs:
# Check Lua files with "luacheck" tool (Lua static analyzer).
luacheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install -y luarocks && sudo luarocks install luacheck
- name: RUN -- luacheck .
run: luacheck --no-color .