We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7ef80 commit 4ccdca6Copy full SHA for 4ccdca6
.github/workflows/reusable-link-check.yml
@@ -12,11 +12,12 @@ jobs:
12
steps:
13
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14
with:
15
- fetch-depth: 0 # needed for merge-base below
+ fetch-depth: 0 # needed for merge-base used in lint:links-in-modified-files
16
17
- uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
18
19
- name: Link check - relative links (all files)
20
+ if: github.event_name == 'pull_request'
21
env:
22
GITHUB_TOKEN: ${{ github.token }}
23
run: mise run lint:local-links
0 commit comments