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

add trace example

add trace example #104

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@v3
- uses: actions/setup-go@v4
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