Skip to content

Commit

Permalink
Update markdown-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimstir authored Mar 15, 2024
1 parent 3ec9c09 commit 08cb6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: changed_files
run: |
git diff --name-only -r HEAD^1 HEAD | while read -r file; do
echo "./${file}"
echo "*/${file}"
done
- name: Markdown Linter
Expand Down

0 comments on commit 08cb6f3

Please sign in to comment.