-
Notifications
You must be signed in to change notification settings - Fork 194
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 usage info #1412
Update usage info #1412
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible that you don't have the latest version of yamllint.yml
? Because the template linting errors were fixed in the latest version.
I don't know what's going on with the yaml linting there. I merged dev on my fork, opened up a Gitpod, made the change, and made the pull request. |
yeah, yamllint inside the gitpod is fine... weird. |
Oh, the yamllint we use inside github actions comes from npm and uses a different config file than the conda yamllint 🤦🏻 (especially, it has to be called yaml-lint.json). A simple fix would be to add a |
YAML linting is failingTo keep the code consistent with lots of contributors, we run automated code consistency checks.
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! |
Updates suggestion for writing custom configuration.
PR checklist
CHANGELOG.md
is updateddocs
is updated