Skip to content

Commit

Permalink
github: Correctly quote find argument
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Molloy <philip@philipmolloy.com>
  • Loading branch information
pamolloy committed Nov 25, 2024
1 parent 747e6e0 commit 1fe3708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:

- name: Lint markdown
continue-on-error: true
run: mdl $(find . -name *.md)
run: mdl $(find . -name "*.md")

0 comments on commit 1fe3708

Please sign in to comment.