mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 21:29:54 +01:00
Run checking scripts directly
This commit is contained in:
parent
447b39cae0
commit
0fa133a0c5
4
.github/workflows/validate-header-guards.yml
vendored
4
.github/workflows/validate-header-guards.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user