Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouop0 committed Sep 20, 2024
1 parent 0aca9db commit 420244d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
steps:
- uses: actions/checkout@v3
- uses: technote-space/[email protected]
Expand All @@ -26,4 +29,5 @@ jobs:
check-modified-files-only: "yes"
use-quiet-mode: "yes"
base-branch: "dev"
node-version: ${{ matrix.node-version }}
if: env.GIT_DIFF

0 comments on commit 420244d

Please sign in to comment.