FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Make linting a separate job on CI by egpbos · Pull Request #304 · NLeSC/python-template · GitHub

Make linting a separate job on CI - #304

Merged
egpbos merged 2 commits into
NLeSC:mainfrom
egpbos:patch-3
Jan 13, 2022
Merged

Make linting a separate job on CI#304
egpbos merged 2 commits into
NLeSC:mainfrom
egpbos:patch-3

Conversation

egpbos commented Oct 7, 2021

Copy link
Copy Markdown
Collaborator

Linting is currently done on the whole build matrix. By taking it out and giving it a separate job, we save some resources (linting only needs to be run once, the code doesn't change based on OS or Python version) and make the actual build jobs fail only on tests, not on linting, making the Actions overview easier to quickly check.

egpbos commented Dec 15, 2021

Copy link
Copy Markdown
Collaborator Author

Can someone please review and/or merge? The markdown link check was not something changed in this PR, so all tests pass.

abelsiqueira left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Hi @egpbos, thanks for the review. I made a small correction.
The changes were tested by using using your branch with cookiecutter and pushing the changes to a temporary repo.
After the fix, feel free to merge. 👍

Co-authored-by: Abel Siqueira <nepper271@gmail.com>

abelsiqueira left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks! I don't have write permissions, so feel free to merge it.

egpbos merged commit c67e318 into NLeSC:main Jan 13, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL