Skip to content

list data sources: test that zone attribute is mandatory #31

list data sources: test that zone attribute is mandatory

list data sources: test that zone attribute is mandatory #31

Workflow file for this run

name: check-documentation
on:
push:
branches:
- '**'
tags-ignore:
- 'v*' # Don't run CI tests on release tags
jobs:
check-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git submodule update --init --recursive go.mk
- uses: ./go.mk/.github/actions/setup
- name: Check documentation is up to date
run: './scripts/check-documentation-clean.sh'