-
Notifications
You must be signed in to change notification settings - Fork 276
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
Checking lint in PR CI checks #1023
Conversation
I will rebase as soon as #1019 is merged in, that should fix the checks. |
@BamButz now it should be ok |
Changelog Bot does not comply with your linting rules: see commit 322a4d3 |
Yes :( saw that earlier today #1027 |
Think that might be a blocker otherwise every PR will restart the issue. |
Can you try now again to rebase? It might have been a problem only when the file had no changes for a release - it is no longer empty. |
Codecov Report
@@ Coverage Diff @@
## main #1023 +/- ##
=======================================
Coverage 75.11% 75.11%
=======================================
Files 26 26
Lines 2202 2202
Branches 346 346
=======================================
Hits 1654 1654
Misses 548 548 |
\changelog-update |
Related issue
Closes #987
Context / Background
As described in the issue, I added linting to the CI checks to avoid introduction of linting faults.
What change is being introduced by this PR?
Checks workflow now checks for linting issues.
PR #1019 should be merged first to fix some lint errors.