Use official actionlint image in CI#156
Use official actionlint image in CI#156yamadashy merged 1 commit intoyamadashy:mainfrom szepeviktor:patch-1
Conversation
|
|
📝 WalkthroughWalkthroughThe pull request modifies the CI workflow configuration in Changes
Possibly related PRs
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Outside diff range and nitpick comments (1)
.github/workflows/ci.yml (1)
Line range hint
41-54: Add timeout-minutes to the lint-renovate-config jobFor consistency with other jobs in the workflow, consider adding the timeout-minutes parameter.
lint-renovate-config: name: Lint Renovate config runs-on: ubuntu-latest + timeout-minutes: 10 steps:
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #156 +/- ##
=======================================
Coverage 77.54% 77.54%
=======================================
Files 36 36
Lines 1759 1759
Branches 327 327
=======================================
Hits 1364 1364
Misses 395 395 ☔ View full report in Codecov by Sentry. |
|
This is a simplified job. |
|
@szepeviktor Using the official ActionLint Docker image is indeed a better approach. I'll merge this. Thanks again! |
|
Glad to contribute. |
🐳 Use actionlint's Docker image.