Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions nf_core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading