Skip to content

Commit cfc20ba

Browse files
committed
Adding new line in .megalinter.yml and renaming workflow in CMakelists.txt
1 parent 25369d2 commit cfc20ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ CPP_CLANG_FORMAT_FILE_EXTENSIONS: [".C", ".c", ".c++", ".cc", ".cl", ".cpp", ".c
4444
CPP_CPPCHECK_FILE_EXTENSIONS: [".C", ".c", ".c++", ".cc", ".cl", ".cpp", ".cu", ".cuh", ".cxx", ".cxx.in", ".h", ".h++", ".hh", ".h.in", ".hpp", ".hxx", ".inc", ".inl", ".macro"]
4545
CPP_CPPCHECK_ARGUMENTS: --language=c++ --std=c++20 --check-level=exhaustive --suppressions-list=cppcheck_config
4646
REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: true
47-
ACTION_ZIZMOR_UNSECURED_ENV_VARIABLES: [GITHUB_TOKEN]
47+
ACTION_ZIZMOR_UNSECURED_ENV_VARIABLES: [GITHUB_TOKEN]

PWGJE/Tasks/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ if(FastJet_FOUND)
404404
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
405405
COMPONENT_NAME Analysis)
406406
o2physics_add_dpl_workflow(jet-hadrons-pid
407-
SOURCES jetHadronsPid.cxx
407+
SOURCES JetHadronsPid.cxx
408408
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGJECore FastJet::FastJet FastJet::Contrib O2Physics::EventFilteringUtils
409409
COMPONENT_NAME Analysis)
410410
endif()

0 commit comments

Comments
 (0)