Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pipeline template with current tools dev version to fix linting #256

Merged
merged 5 commits into from
Mar 3, 2022

Conversation

drpatelh
Copy link
Member

@drpatelh drpatelh commented Mar 2, 2022

No description provided.

@drpatelh
Copy link
Member Author

drpatelh commented Mar 3, 2022

@JoseEspinosa will fix the YAML lint in a separate PR

@drpatelh drpatelh merged commit ad0671a into nf-core:dev Mar 3, 2022
@github-actions
Copy link

github-actions bot commented Mar 3, 2022

YAML linting is failing

To keep the code consistent with lots of contributors, we run automated code consistency checks.
To fix this CI test, please run:

  • Install yamllint
  • Fix the markdown errors
    • Run the test locally: yamllint $(find . -type f -name "*.yml" -o -name "*.yaml") -c ./.yamllint.yml
    • Fix any reported errors in your YAML files

Once you push these changes the test should pass, and you can hide this comment 👍

We highly recommend setting up yaml-lint in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help!

Thanks again for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant