Compare commits

...

3 Commits

Author SHA1 Message Date
Olivier 'reivilibre
c5c974a8aa Remove redundant git status... 2025-06-09 11:40:43 +01:00
Olivier 'reivilibre
dc3b7115e1 Newsfile
Signed-off-by: Olivier 'reivilibre <oliverw@matrix.org>
2025-06-09 11:26:26 +01:00
Olivier 'reivilibre
9c04630bf5 Config documentation CI: fix not failing if changes are outstanding 2025-06-09 11:25:40 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -51,4 +51,4 @@ jobs:
> docs/usage/configuration/config_documentation.md
- name: Error in case of any differences
# Errors if there are now any modified files (untracked files are ignored).
run: 'git diff || ! git status --porcelain=1 | grep "^ M"'
run: 'git diff --exit-code'

1
changelog.d/18528.doc Normal file
View File

@@ -0,0 +1 @@
Generate config documentation from JSON Schema file.