Skip to content

error on unsupported members in child docs #4

error on unsupported members in child docs

error on unsupported members in child docs #4

Workflow file for this run

name: Run go tests
on:
pull_request:
types: [opened, reopened, synchronize, closed]
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: |
go test