Skip to content

Fixed a possible Lua error when giving lead #204

Fixed a possible Lua error when giving lead

Fixed a possible Lua error when giving lead #204

Workflow file for this run

name: Validate
on:
push:
branches:
- main
- test
pull_request:
branches:
- main
- test
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install and run Luacheck
uses: nebularg/actions-luacheck@v1