Skip to content

ci: markdownlint and shellcheck workflows (#46) #1

ci: markdownlint and shellcheck workflows (#46)

ci: markdownlint and shellcheck workflows (#46) #1

Triggered via pull request July 16, 2026 06:16
StatusFailure
Total duration 11s
Artifacts

markdownlint.yml

on: pull_request
markdownlint
6s
markdownlint
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
markdownlint
Failed with exit code: 1
Multiple consecutive blank lines: README.md#L49
README.md:49 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 3] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md012.md
Multiple consecutive blank lines: README.md#L48
README.md:48 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md012.md
Multiple consecutive blank lines: README.md#L7
README.md:7 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md012.md
Bare URL used: docs/CPA_TEMPLATES_TRACKING.md#L3
docs/CPA_TEMPLATES_TRACKING.md:3:12 MD034/no-bare-urls Bare URL used [Context: "https://github.com/Create-Pyth..."] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md034.md
markdownlint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, DavidAnson/markdownlint-cli2-action@v19. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/