Skip to content

swordsman-idle-2.png removed in 1.17 #1246

swordsman-idle-2.png removed in 1.17

swordsman-idle-2.png removed in 1.17 #1246

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 .