mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 05:45:39 +02:00
Adds license check in CI
This commit is contained in:
3
.github/workflows/validate-header-guards.yml
vendored
3
.github/workflows/validate-header-guards.yml
vendored
@@ -34,3 +34,6 @@ jobs:
|
||||
- name: checknames
|
||||
run: |
|
||||
python tools/scripts/checkDuplicateFilenames.py
|
||||
- name: checklicense
|
||||
run: |
|
||||
python tools/scripts/checkLicense.py
|
||||
|
Reference in New Issue
Block a user