diff options
| author | Reiko Asakura | 2021-02-18 18:01:36 -0500 |
|---|---|---|
| committer | Reiko Asakura | 2021-02-18 18:01:36 -0500 |
| commit | 03d5e98a07c3c53055a5ebc6c416e1ad73d01c24 (patch) | |
| tree | 408cda16ae82d962f7506dc12e032448734ba8bc /.github/workflows/lint.yml | |
| parent | Add sceKernelCreateHeap flags and opts (diff) | |
| download | vds-libraries-03d5e98a07c3c53055a5ebc6c416e1ad73d01c24.tar.gz | |
Add NIDs digest check to lint workflow
Diffstat (limited to '.github/workflows/lint.yml')
| -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 4dc2171..26ac678 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 digest + run: | + python3 scripts/nids-check-digest.py + - name: Check IWYU run: | sudo apt-get -qy install iwyu |
