ci(deps): update taiki-e/install-action digest to d858f81#19
Merged
renovate[bot] merged 1 commit intomainfrom Apr 2, 2026
Merged
ci(deps): update taiki-e/install-action digest to d858f81#19renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
Documentation build overview
Show files changed (2 files in total): 📝 2 modified | ➕ 0 added | ➖ 0 deleted
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19 +/- ##
=======================================
Coverage 88.95% 88.95%
=======================================
Files 6 6
Lines 181 181
Branches 23 23
=======================================
Hits 161 161
Misses 14 14
Partials 6 6 ☔ View full report in Codecov by Sentry. |
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| jscpd | yes | 2 | no | 1.13s | ||
| ✅ JSON | jsonlint | 1 | 0 | 0 | 0.11s | |
| ✅ JSON | prettier | 1 | 0 | 0 | 0 | 0.26s |
| ✅ JSON | v8r | 1 | 0 | 0 | 2.03s | |
| ✅ MARKDOWN | rumdl | 3 | 0 | 0 | 0 | 0.06s |
| ✅ PYTHON | ruff | yes | yes | no | no | 0.03s |
| ✅ PYTHON | ruff-format | yes | yes | no | no | 0.02s |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| cspell | yes | 5 | no | 2.82s |
Detailed Issues
⚠️ SPELL / cspell - 5 errors
README.md:44:5 - Unknown word (mypkg) -- In `mypkg/__init__.py`, wire the
Suggestions: [mpeg, mybig, myBig, mypage, Mybig]
README.md:49:3 - Unknown word (getattr) -- __getattr__, __dir__, __all__
Suggestions: [getter, gestate, guttate, getty, Getty]
README.md:55:3 - Unknown word (getattr) -- __getattr__, __dir__, __all__
Suggestions: [getter, gestate, guttate, getty, Getty]
README.md:58:17 - Unknown word (mypkg) -- In the sibling `mypkg/__init__.pyi`, declare
Suggestions: [mpeg, mybig, myBig, mypage, Mybig]
README.md:102:5 - Unknown word (etils) -- - [`etils.epy.lazy_api_imports
Suggestions: [evils, utils, elis, tels, eblis]
CSpell: Files checked: 50, Issues found: 5 in 1 file.
You can skip this misspellings by defining the following .cspell.json file at the root of your repository
Of course, please correct real typos before :)
{
"version": "0.2",
"language": "en",
"ignorePaths": [
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/**",
"**/.pnpm-lock.json",
".vscode",
"package-lock.json",
"megalinter-reports"
],
"words": [
"etils",
"getattr",
"mypkg"
]
}
You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ COPYPASTE / jscpd - 2 errors
Clone found (python):
- tests/test_eager_import.py [41:4 - 54:4] (13 lines, 123 tokens)
tests/test_eager_import.py [9:4 - 22:3]
Clone found (python):
- tests/test_eager_import.py [60:2 - 72:30] (12 lines, 121 tokens)
tests/test_eager_import.py [28:2 - 40:27]
┌────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python │ 12 │ 637 │ 4817 │ 2 │ 25 (3.92%) │ 244 (5.07%) │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 12 │ 637 │ 4817 │ 2 │ 25 (3.92%) │ 244 (5.07%) │
└────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 2 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (3.92%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (3.92%) over threshold (0%)
at ThresholdReporter.report (/node-deps/node_modules/@jscpd/finder/dist/index.js:615:13)
at /node-deps/node_modules/@jscpd/finder/dist/index.js:109:18
at Array.forEach (<anonymous>)
at /node-deps/node_modules/@jscpd/finder/dist/index.js:108:22
at async /node-deps/node_modules/jscpd/dist/bin/jscpd.js:9:5
See detailed reports in MegaLinter artifacts

Show us your support by starring ⭐ the repository
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 PR contains the following updates:
0cccd59→d858f81Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.