Skip to content

Revert to -c since hand rolled verify-docs didn't work either. #248

Revert to -c since hand rolled verify-docs didn't work either.

Revert to -c since hand rolled verify-docs didn't work either. #248

Workflow file for this run

name: ci
on: [ push ]
jobs:
ci:
runs-on: [ ubuntu-latest ]
env:
GOMARKDOC_OPTS: -c
strategy:
matrix:
target: [ test, lint, docs ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: run ${{ matrix.target }}
run: make ${{ matrix.target }}