--- name: Continuous Integration on: push jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - run: bash -x script/cibuild