Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/pull_request_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
sudo apt-get update
sudo apt-get -y install libxml2-utils

- name: Check for duplicate standard names
- name: Check for duplicate standard names, descriptions
run: |
tools/check_xml_unique.py standard_names.xml
tools/check_xml_unique.py standard_names.xml
tools/check_xml_unique.py standard_names.xml --field="description"

check-name-rules:
name: Check standard names against rules
Expand Down
3,204 changes: 1,719 additions & 1,485 deletions Metadata-standard-names.md

Large diffs are not rendered by default.

Loading