Skip to content

Pixyl: Warn on bad GetItemCooldown() instead of crashing. #5070

Pixyl: Warn on bad GetItemCooldown() instead of crashing.

Pixyl: Warn on bad GetItemCooldown() instead of crashing. #5070

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install and run Luacheck
run: |
sudo apt-get install luarocks
luarocks install --local luacheck
/home/runner/.luarocks/bin/luacheck . --no-color -q