feat: add function to insert values from one table to another in Help… #39
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: Lua Script Test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v2 | |
| - name: Set up Lua | |
| uses: leafo/gh-actions-lua@v8 | |
| with: | |
| luaVersion: "5.4.0" | |
| - name: Run script | |
| run: | | |
| bash ./test.sh |