Skip to content

Fix markdownlint errors, actionlint CI job, and SC2044 warning - #5

Merged
click0 merged 1 commit into
mainfrom
claude/fix-linter-errors-9TfLB
Feb 21, 2026
Merged

Fix markdownlint errors, actionlint CI job, and SC2044 warning#5
click0 merged 1 commit into
mainfrom
claude/fix-linter-errors-9TfLB

Conversation

@click0

@click0 click0 commented Feb 21, 2026

Copy link
Copy Markdown
Owner

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

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
@click0
click0 merged commit 10869d3 into main Feb 21, 2026
6 checks passed
@click0
click0 deleted the claude/fix-linter-errors-9TfLB branch February 21, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants