Skip to content

Fix migration error when loading existing saves with TBLE being newly… #225

Fix migration error when loading existing saves with TBLE being newly…

Fix migration error when loading existing saves with TBLE being newly… #225

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install lua5.2
run: sudo apt-get install lua5.2
- name: lint
uses: mrcjkb/[email protected]
with:
checkLevel: Error
configpath: ".luarc.json"
- name: unit test
run: lua test-suite.lua -v
working-directory: tests