Skip to content

Commit

Permalink
chore(pr-check-lint): skip 'setup reviewdog' if not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Aug 6, 2023
1 parent 289a1c1 commit fc65a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-check-lint_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
git diff
- name: Setup reviewdog
if: env.FILES_MODIFIED == 'true' || env.MD_LINT_FAILED == 'true'
uses: reviewdog/action-setup@v1
with:
reviewdog_version: latest
Expand Down

0 comments on commit fc65a19

Please sign in to comment.