Skip to content

Commit 7668150

Browse files
rdmuellerclaude
andcommitted
Fix linter: use find for recursive .adoc discovery
Files moved to src/docs/reports/, glob src/docs/*.adoc no longer matches. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 35d5768 commit 7668150

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/asciidoc-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Run AsciiDoc Linter
3030
run: |
3131
echo "Linting AsciiDoc files..."
32-
asciidoc-linter src/docs/*.adoc --format console
32+
find src/docs -name '*.adoc' | xargs asciidoc-linter --format console

0 commit comments

Comments
 (0)