-
Notifications
You must be signed in to change notification settings - Fork 773
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
Nit workflow fix to keep CI greener #3548
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3548 +/- ##
==========================================
+ Coverage 87.07% 87.22% +0.15%
==========================================
Files 275 275
Lines 9959 9959
==========================================
+ Hits 8672 8687 +15
+ Misses 1287 1272 -15
|
|
||
jobs: | ||
check-format: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- run: 'echo "No build required"' | ||
- run: 'echo "No build required"' |
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.
At first I thought to myself... 🐇 approved a PR without a newline at the end of the file?! BUT then I opened up the resolved comment #3548 (comment) 😆. #3556
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.
Adding a cop here #3557.
^ ->?