Skip to content

SOS (example): update provider config and add versioning #9

SOS (example): update provider config and add versioning

SOS (example): update provider config and add versioning #9

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'