Skip to content

3p discharge protocol #35

3p discharge protocol

3p discharge protocol #35

Workflow file for this run

name: Push
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- run: go test -v ./...
check-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- run: go run github.com/princjef/gomarkdoc/cmd/gomarkdoc@latest -c --header-file README-header.md -o README.md