Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niwoerner committed Nov 21, 2024
1 parent 9549033 commit 69e223c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "files=$(git diff --name-only --diff-filter=ACMRTUXB $(git merge-base origin/main $PR_HEAD) $PR_HEAD | grep .md$ | xargs)" >> $GITHUB_OUTPUT
if [ -z "$files" ] && git diff --name-only $(git merge-base origin/main $PR_HEAD) $PR_HEAD | grep -q "package.json"; then
echo "files=$(find . -name "*.md")" >> $GITHUB_OUTPUT
echo "files=**/*.md" >> $GITHUB_OUTPUT
fi
check-links:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 69e223c

Please sign in to comment.