Skip to content

Rename: wordfacetest -> wordfencetest (#16) #72

Rename: wordfacetest -> wordfencetest (#16)

Rename: wordfacetest -> wordfencetest (#16) #72

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