name: CI on: pull_request: env: GOPATH: /go_path GOCACHE: /go_cache RUNNER_TOOL_CACHE: /toolcache jobs: test: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - uses: ./.gitea/actions/ci-action.yaml