fix: bug reports for players with spaces in their name (#1694) #172
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Tests - Lua | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
job: | |
name: Run Lua Tests | |
runs-on: ubuntu-latest | |
steps: | |
- name: Update | |
run: sudo apt-get update | |
- name: Setup Lua | |
run: sudo apt-get install -y libluajit-5.1-dev | |
- name: Check out code. | |
uses: actions/checkout@main |