Run checking scripts directly

This commit is contained in:
Martin Hořeňovský 2020-11-10 15:25:52 +01:00
parent 447b39cae0
commit 0fa133a0c5
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ jobs:
- name: Check that there are no duplicated filenames
run: |
python tools/scripts/checkDuplicateFilenames.py
./tools/scripts/checkDuplicateFilenames.py
- name: Check that all source files have the correct license header
run: |
python tools/scripts/checkLicense.py
./tools/scripts/checkLicense.py