diff options
| author | Reiko Asakura | 2021-03-03 22:34:06 -0500 |
|---|---|---|
| committer | Reiko Asakura | 2021-03-03 22:34:06 -0500 |
| commit | 9a2576497c8b9e3c23547d22048ab8334e40106a (patch) | |
| tree | bd36bbdfa5b5b088dc8de38c03d0563442e7484a /.github/workflows | |
| parent | Refactor lint scripts (diff) | |
| download | vds-libraries-9a2576497c8b9e3c23547d22048ab8334e40106a.tar.gz | |
Check NID files are split in lint workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 26ac678..d129507 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,6 +36,10 @@ jobs: run: | python3 scripts/nids-check-sort.py + - name: Check NIDs split + run: | + python3 scripts/nids-check-split.py + - name: Check NIDs digest run: | python3 scripts/nids-check-digest.py |
