Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

add doc, and max wait time #116

add doc, and max wait time

add doc, and max wait time #116

Workflow file for this run

name: workflow
on:
push:
tags:
- '*.*.*'
branches:
- '**'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
- run: make build
- run: make test
- name: Run proxy.golang.org
if: startsWith(github.ref, 'refs/tags/')
run: curl https://proxy.golang.org/github.com/larscom/go-bitvavo/@v/${{ github.ref_name }}.info