Skip to content

Commit

Permalink
-checkmetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Jan 23, 2024
1 parent 6b67d7f commit 9416bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-plantuml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
sudo apt-get install -y plantuml graphviz
# This uses a slightly off-white background color because #ffffff renders as transparent for some reason
plantuml -tsvg -SbackgroundColor=fefefe **/*.puml
plantuml -tsvg -SbackgroundColor=fefefe -checkmetadata **/*.puml
shell: bash
- name: commit changes
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 9416bd5

Please sign in to comment.