diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6a294f53..8f862b368a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ We also enabled to install subworkflows with modules from different remotes. - Make jobs automatically resubmit for exit code 175 ([#3564](https://github.com/nf-core/tools/pull/3564)) - Bump nf-schema back to 2.3.0 ([#3577](https://github.com/nf-core/tools/pull/3577)) - Do not skip AWS fulltest action on release ([#3583](https://github.com/nf-core/tools/pull/3583)) +- Make all github actions in the template kebab-case ([#3600](https://github.com/nf-core/tools/pull/3600)) ### Linting diff --git a/nf_core/pipeline-template/.github/workflows/fix-linting.yml b/nf_core/pipeline-template/.github/workflows/fix_linting.yml similarity index 100% rename from nf_core/pipeline-template/.github/workflows/fix-linting.yml rename to nf_core/pipeline-template/.github/workflows/fix_linting.yml diff --git a/nf_core/pipeline-template/.github/workflows/template_version_comment.yml b/nf_core/pipeline-template/.github/workflows/template-version-comment.yml similarity index 100% rename from nf_core/pipeline-template/.github/workflows/template_version_comment.yml rename to nf_core/pipeline-template/.github/workflows/template-version-comment.yml diff --git a/nf_core/utils.py b/nf_core/utils.py index b608c69602..a0bc06f244 100644 --- a/nf_core/utils.py +++ b/nf_core/utils.py @@ -1164,6 +1164,7 @@ class NFCoreYamlLintConfig(BaseModel): schema for linting config in `.nf-core.yml` should cover: .. code-block:: yaml + files_unchanged: - .github/workflows/branch.yml modules_config: False