File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ class PipelineLint(nf_core.utils.Pipeline):
82
82
# Import all linting tests as methods for this class
83
83
actions_awsfulltest = actions_awsfulltest
84
84
actions_awstest = actions_awstest
85
- actions_ci = actions_nf_test
85
+ actions_nf_test = actions_nf_test
86
86
actions_schema_validation = actions_schema_validation
87
87
base_config = base_config
88
88
modules_config = modules_config
@@ -138,7 +138,7 @@ def _get_all_lint_tests(release_mode):
138
138
"files_exist" ,
139
139
"nextflow_config" ,
140
140
"files_unchanged" ,
141
- "actions_ci " ,
141
+ "actions_ " ,
142
142
"actions_awstest" ,
143
143
"actions_awsfulltest" ,
144
144
"readme" ,
Original file line number Diff line number Diff line change @@ -1210,7 +1210,7 @@ class NFCoreYamlLintConfig(BaseModel):
1210
1210
""" Lint the README.md file """
1211
1211
nfcore_components : Optional [bool ] = None
1212
1212
""" Lint all required files to use nf-core modules and subworkflows """
1213
- actions_ci : Optional [bool ] = None
1213
+ actions_nf_test : Optional [bool ] = None
1214
1214
""" Lint all required files to use GitHub Actions CI """
1215
1215
actions_awstest : Optional [bool ] = None
1216
1216
""" Lint all required files to run tests on AWS """
You can’t perform that action at this time.
0 commit comments