Skip to content

Commit

Permalink
Only run the markdown linter if markdown was touched. (tendermint#8337)
Browse files Browse the repository at this point in the history
  • Loading branch information
M. J. Fromberger authored Apr 13, 2022
1 parent 0e4b188 commit 6dc15b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/**.md
- uses: gaurav-nelson/[email protected]
with:
check-modified-files-only: 'yes'
config-file: '.md-link-check.json'
if: env.GIT_DIFF

0 comments on commit 6dc15b2

Please sign in to comment.