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 2e50b4d commit f98e769Copy full SHA for f98e769
.github/workflows/reusable-link-check.yml
@@ -22,7 +22,7 @@ jobs:
22
GITHUB_TOKEN: ${{ github.token }}
23
run: |
24
mise run lint:local-links
25
- mise run lint:links-in-modified-files --base origin/${{ github.base_ref }} --head ${{ github.event.pull_request.head.sha }} --event pull_request
+ mise run lint:links-in-modified-files --base origin/${{ github.base_ref }} --head ${{ github.event.pull_request.head.sha }}
26
27
- name: Link check for pushes and scheduled workflows
28
if: github.event_name != 'pull_request'
0 commit comments