Add nil check when opening file in todot (#28) #6
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: lua-state-machine test suite | |
on: [push] | |
jobs: | |
build: | |
name: test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- run: sudo apt-get -y install luajit luarocks | |
- run: sudo luarocks install luafilesystem | |
- run: sudo luarocks install busted | |
- run: sudo busted spec |