name: gobuild on: [push] env: BUILD_TYPE: Release jobs: build: runs-on: python-latest steps: # - uses: actions/checkout@v2 - name: Mucking About run: uname -a && whoami && pwd && echo $PATH && git --version && python --version && ls -la && git clone https://repos.gmgauthier.com/gmgauthier/runner-dummy.git && ls -la