Fix markdownlint errors, actionlint CI job, and SC2044 warning - #5
Merged
Conversation
README.md: fix blank lines around heading, remove double blank lines, remove trailing space, add final newline (MD022, MD012, MD009, MD047). actionlint: replace raven-actions/actionlint@v2 wrapper (linted 0 files) with direct install from rhysd/actionlint. syntax-check: replace fragile `for f in $(find ...)` with `while read -d '' ... < <(find -print0)` to fix SC2044 warning reported by actionlint's integrated shellcheck. All 5 CI linters verified locally: markdownlint, actionlint, shellcheck, shfmt, codespell — 0 errors. https://claude.ai/code/session_01GUjwhhcF9R4o72g3wx98ey
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.
README.md: fix blank lines around heading, remove double blank lines, remove trailing space, add final newline (MD022, MD012, MD009, MD047).
actionlint: replace raven-actions/actionlint@v2 wrapper (linted 0 files) with direct install from rhysd/actionlint.
syntax-check: replace fragile
for f in $(find ...)withwhile read -d '' ... < <(find -print0)to fix SC2044 warning reported by actionlint's integrated shellcheck.All 5 CI linters verified locally: markdownlint, actionlint, shellcheck, shfmt, codespell — 0 errors.
https://claude.ai/code/session_01GUjwhhcF9R4o72g3wx98ey