Skip to content
Snippets Groups Projects
Commit e058159d authored by Sebastian Dirks's avatar Sebastian Dirks
Browse files

Merge remote-tracking branch 'remotes/origin/main' into create_conan_package

parents 44566160 129d686a
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,4 @@ jobs:
submodules: true
- name: Check license headers
run: python manage_license_headers.py ci
\ No newline at end of file
run: python manage_code_file_headers.py ci
\ No newline at end of file
File moved
......@@ -33,7 +33,7 @@ import re
###### parameter section ######
# path where a file with the license header to use is found
header_path = "license_header.txt"
header_path = r"code_file_header.txt"
# dictionary with file types to process and in and out markers for block comments
file_types = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment