feat(ci): ensure docs are up-to-date on PRs (#767)

relates to STACKITTPR-153
This commit is contained in:
Ruben Hönle 2025-04-08 10:24:19 +02:00 committed by GitHub
parent c41d61cdc4
commit 37754e865d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 33 additions and 2 deletions

View file

@ -12,7 +12,7 @@ relates to #1234
- [ ] Issue was linked above
- [ ] Code format was applied: `make fmt`
- [ ] Examples were added / adjusted (see `examples/` directory)
- [ ] Docs are up-to-date: `make generate-docs`
- [x] Docs are up-to-date: `make generate-docs` (will be checked by CI)
- [ ] Unit tests got implemented or updated
- [ ] Acceptance tests got implemented or updated (see e.g. [here](https://github.com/stackitcloud/terraform-provider-stackit/blob/f5f99d170996b208672ae684b6da53420e369563/stackit/internal/services/dns/dns_acc_test.go))
- [x] Unit tests are passing: `make test` (will be checked by CI)