mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +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
|
- name: Check that there are no duplicated filenames
|
||||||
run: |
|
run: |
|
||||||
python tools/scripts/checkDuplicateFilenames.py
|
./tools/scripts/checkDuplicateFilenames.py
|
||||||
|
|
||||||
- name: Check that all source files have the correct license header
|
- name: Check that all source files have the correct license header
|
||||||
run: |
|
run: |
|
||||||
python tools/scripts/checkLicense.py
|
./tools/scripts/checkLicense.py
|
||||||
|
Loading…
Reference in New Issue
Block a user