name: 'Build and Test Hub' on: push: jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Build and Test uses: ./