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

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