Create rust-clippy.yml#8
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8 +/- ##
=======================================
Coverage 93.80% 93.80%
=======================================
Files 9 9
Lines 210 210
=======================================
Hits 197 197
Misses 13 13 ☔ View full report in Codecov by Sentry. |
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
| # The branches below must be a subset of the branches above | ||
| branches: [ "main" ] | ||
| schedule: | ||
| - cron: '37 12 * * 1' |
There was a problem hiding this comment.
Feels like this should just be done on commit to main through a merge. Is this github being sneaky about credit usage ?
There was a problem hiding this comment.
You're correct, this was a super old PR so not sure of the context of this cron, seems out of place. Not yet merging this since Clippy is a bit much when trying to move quick.
No description provided.