Comment out broken link check as it was previously disabled
Signed-off-by: Florian Hotze <dev@florianhotze.com>pull/2497/head
parent
1216bdac57
commit
c41e32f040
|
@ -25,16 +25,16 @@ jobs:
|
||||||
files: .
|
files: .
|
||||||
config_file: ".github/.markdownlint.yaml"
|
config_file: ".github/.markdownlint.yaml"
|
||||||
|
|
||||||
markdown-link-check:
|
# markdown-link-check:
|
||||||
name: Broken Links Check
|
# name: Broken Links Check
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout repository
|
# - name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
|
#
|
||||||
# pinning to SHA to mitigate possible supply chain attack
|
# # pinning to SHA to mitigate possible supply chain attack
|
||||||
- name: Check for broken links
|
# - name: Check for broken links
|
||||||
uses: tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba # v1.1.0
|
# uses: tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba # v1.1.0
|
||||||
with:
|
# with:
|
||||||
use-quiet-mode: 'yes' # only show errors in output
|
# use-quiet-mode: 'yes' # only show errors in output
|
||||||
use-verbose-mode: 'yes' # show detailed HTTP status for checked links
|
# use-verbose-mode: 'yes' # show detailed HTTP status for checked links
|
||||||
|
|
Loading…
Reference in New Issue