Skip to content
7 changes: 6 additions & 1 deletion PWGMM/UE/Tasks/CMakeLists.txt
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2020 CERN and copyright holders of ALICE O2.

Check failure on line 1 in PWGMM/UE/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions/ O2 linter

[name/o2-workflow]

Use kebab-case for names of workflows and match the name of the workflow file.
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
# All rights not expressly granted are reserved.
#
Expand All@@ -9,12 +9,12 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

o2physics_add_dpl_workflow(ue-charged

Check failure on line 12 in PWGMM/UE/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions/ O2 linter

[name/o2-workflow]

Workflow name ue-charged does not match its file name uecharged.cxx. (Matches ueCharged.cxx.)
SOURCES uecharged.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(ue-zdc-analysis

Check failure on line 17 in PWGMM/UE/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions/ O2 linter

[name/o2-workflow]

Workflow name ue-zdc-analysis does not match its file name ue-zdc-analysys.cxx. (Matches ueZdcAnalysis.cxx.)
SOURCES ue-zdc-analysys.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
Expand All@@ -22,4 +22,9 @@
o2physics_add_dpl_workflow(dedx-analysis
SOURCES dedxAnalysis.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(flattenicity-task
SOURCES flattenicityTask.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
Loading
Loading