Skip to content

change weap sec hasty to temp unhealable #1252

change weap sec hasty to temp unhealable

change weap sec hasty to temp unhealable #1252

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 .