Update: Merging changes of validate_error_messages.py to work using python3 to windows branch #591
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: Ubuntu 18.04 Build Job | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| name: Build on Ubuntu Bionic | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Set up Git repository | |
| uses: actions/checkout@v1 | |
| - name: Build LTFS | |
| id: build | |
| uses: LinearTapeFileSystem/Ubuntu1804-Build@v1.0 | |
| with: | |
| destination: '/tmp/ltfs' |