Skip to content

Commit cc0276f

Browse files
authored
Merge pull request #3600 from mashehu/fix-file-naming
2 parents 60cbd3d + 7d76671 commit cc0276f

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

nf_core/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)