| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Can someone please review and/or merge? The markdown link check was not something changed in this PR, so all tests pass. |
Sorry, something went wrong.
There was a problem hiding this comment.
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. 👍
Sorry, something went wrong.
Co-authored-by: Abel Siqueira <nepper271@gmail.com>
There was a problem hiding this comment.
Thanks! I don't have write permissions, so feel free to merge it.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.