ci: update to rust version of flint#8315
Open
zeitlinger wants to merge 3 commits intoopen-telemetry:mainfrom
Open
ci: update to rust version of flint#8315zeitlinger wants to merge 3 commits intoopen-telemetry:mainfrom
zeitlinger wants to merge 3 commits intoopen-telemetry:mainfrom
Conversation
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8315 +/- ##
=========================================
Coverage 90.25% 90.25%
Complexity 7691 7691
=========================================
Files 850 850
Lines 23203 23203
Branches 2356 2356
=========================================
Hits 20943 20943
Misses 1532 1532
Partials 728 728 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
jack-berg
reviewed
Apr 22, 2026
| GITHUB_HEAD_SHA: ${{ github.event.pull_request.head.sha }} | ||
| PR_HEAD_REPO: ${{ github.event.pull_request.head.repo.full_name }} | ||
| run: mise run lint:links | ||
| run: mise run lint |
Member
There was a problem hiding this comment.
Can you connect the dots for me here..
My read:
- mise is ageneric task runner
- lint is a task for mise defined in the repo to call
fling run - Flint run is pluggable, lychee plugs in as a linter for flint - how exactly?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the existing link linting to the current Rust-based
flintrelease.What changes in this PR:
flintfromgithub:grafana/flint = "0.20.3"lint:linksshell task withflint run.github/configcheck_all_local = trueso local links are checked across the repo--fullon push and scheduled runs so link checking still scans the full repo outside pull requestsWhy this stays small:
flintpathVerification:
mise run lintmise run lint --full