summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorReiko Asakura2021-03-14 19:52:42 -0400
committerReiko Asakura2021-03-14 19:52:42 -0400
commit930d5c0f6ca8c9da6731bb5f7160d96f729d48aa (patch)
tree86fa8c0321ca70eda26a0cd637e03d75f3ad7574 /.github/workflows
parentUse ruamel instead of PyYAML (diff)
downloadvds-libraries-930d5c0f6ca8c9da6731bb5f7160d96f729d48aa.tar.gz
Check dupe NIDs in same library in lint workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 81051d1..422a8a1 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -26,6 +26,10 @@ jobs:
run: |
pip3 install ruamel.yaml
+ - name: Check NIDs duplicates
+ run: |
+ python3 scripts/nids-check-dupe.py
+
- name: Check NIDs sort
run: |
python3 scripts/nids-check-sort.py