Skip to content

Readme: Remove style=flat-square from badges (#20) #80

Readme: Remove style=flat-square from badges (#20)

Readme: Remove style=flat-square from badges (#20) #80

Workflow file for this run

name: Go proxy
on: push
permissions: {}
jobs:
go-proxy:
if: github.repository == 'typisttech/comver'
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
cache: false
- run: go list -m -u -json -x github.com/${{ github.repository }}@${{ github.sha }}
env:
GOPROXY: https://proxy.golang.org
GOSUMDB: sum.golang.org
- run: go list -m -u -json -x github.com/${{ github.repository }}@${{ github.ref_name }}
continue-on-error: true
env:
GOPROXY: https://proxy.golang.org
GOSUMDB: sum.golang.org