File tree Expand file tree Collapse file tree 4 files changed +2
-0
lines changed
pipeline-template/.github/workflows Expand file tree Collapse file tree 4 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ We also enabled to install subworkflows with modules from different remotes.
1919- Make jobs automatically resubmit for exit code 175 ([ #3564 ] ( https://github.com/nf-core/tools/pull/3564 ) )
2020- Bump nf-schema back to 2.3.0 ([ #3577 ] ( https://github.com/nf-core/tools/pull/3577 ) )
2121- Do not skip AWS fulltest action on release ([ #3583 ] ( https://github.com/nf-core/tools/pull/3583 ) )
22+ - Make all github actions in the template kebab-case ([ #3600 ] ( https://github.com/nf-core/tools/pull/3600 ) )
2223
2324### Linting
2425
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -1164,6 +1164,7 @@ class NFCoreYamlLintConfig(BaseModel):
11641164 schema for linting config in `.nf-core.yml` should cover:
11651165
11661166 .. code-block:: yaml
1167+
11671168 files_unchanged:
11681169 - .github/workflows/branch.yml
11691170 modules_config: False
You can’t perform that action at this time.
0 commit comments