rework network tank graphics #69
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: Actions | |
on: [push] | |
jobs: | |
Install: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: "3.10" | |
- name: "Build Mod Zip" | |
run: IGNORE_VERSION_CHECK=TRUE python3 scripts/package.py | |
- uses: leafo/gh-actions-lua@v9 | |
with: | |
luaVersion: "5.4" | |
- uses: leafo/gh-actions-luarocks@v4 | |
with: | |
luarocksVersion: "3.9.2" | |
- name: "Run Tests" | |
run: luarocks test |