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 004c4d5 commit 074e0b0Copy full SHA for 074e0b0
.github/workflows/reusable-link-check.yml
@@ -25,4 +25,4 @@ jobs:
25
- name: Link check (modified files only)
26
env:
27
GITHUB_TOKEN: ${{ github.token }}
28
- run: mise run lint:links-in-modified-file --base origin/${{ github.base_ref }} --head ${{ github.event.pull_request.head.sha }} --event ${{ github.event_name }}
+ run: mise run lint:links-in-modified-files --base origin/${{ github.base_ref }} --head ${{ github.event.pull_request.head.sha }} --event ${{ github.event_name }}
0 commit comments