Fix an issue with vararg being indexed and add partial support for Luau if/else expressions. #143
This file contains hidden or 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: Test | |
| on: | |
| push: | |
| pull_request: | |
| branches: | |
| - master | |
| jobs: | |
| test-linux: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo | |
| uses: actions/checkout@master | |
| - name: Install Lua | |
| uses: leafo/gh-actions-lua@master | |
| with: | |
| luaVersion: 5.1 | |
| - name: Run test case | |
| run: lua ./tests.lua --Linux --CI |