Move hardcoded exclusions from the generator script to the spec_gener… #112
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: | |
| branches: | |
| - main | |
| jobs: | |
| test: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd | |
| - uses: leafo/gh-actions-lua@8c9e175e7a3d77e21f809eefbee34a19b858641b | |
| with: | |
| luaVersion: 5.4 | |
| - uses: leafo/gh-actions-luarocks@97053c556d6ce2c8e26eb7ac93743437c7af7248 | |
| - name: build | |
| run: | | |
| luarocks install busted | |
| luarocks install moonscript | |
| - name: test | |
| run: | | |
| bin/verify-exercises |