mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Revert change to markdown-link-check version
Using a tag like this does not work, and upgrading will not get us to a newer container image anyway, so just removing this and we could follow-up on this check later.
This commit is contained in:
parent
afb7a463c5
commit
f30bca14bf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/markdown_link_check.yml
vendored
4
.github/workflows/markdown_link_check.yml
vendored
|
|
@ -14,14 +14,14 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1.0.15
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
with:
|
||||
use-quiet-mode: 'yes'
|
||||
use-verbose-mode: 'yes'
|
||||
base-branch: 'main'
|
||||
check-modified-files-only: 'yes'
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1.0.15
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
with:
|
||||
use-quiet-mode: 'yes'
|
||||
use-verbose-mode: 'yes'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue