Merge pull request #39 from allenai/updates1 #43
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
| # This tells GitHub to run our integration tests everytime we push changes. | |
| name: verify | |
| on: push | |
| jobs: | |
| it: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: verify | |
| run: ./bin/verify |