Skip to content

feat(provider): ListDomains + EnumerateAll for infra.dns #65

feat(provider): ListDomains + EnumerateAll for infra.dns

feat(provider): ListDomains + EnumerateAll for infra.dns #65

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
- run: go vet ./...
- run: go test ./... -race -count=1