Adds license check in CI

This commit is contained in:
George Xanthakis
2020-11-07 22:55:47 +02:00
parent a9941d4231
commit d913837a5d
2 changed files with 35 additions and 0 deletions

View File

@@ -34,3 +34,6 @@ jobs:
- name: checknames
run: |
python tools/scripts/checkDuplicateFilenames.py
- name: checklicense
run: |
python tools/scripts/checkLicense.py