Skip to content

Start migration towards public IDs for app/org caveats #22

Start migration towards public IDs for app/org caveats

Start migration towards public IDs for app/org caveats #22

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