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 7c31e84 commit 4e03abbCopy full SHA for 4e03abb
.github/workflows/linkcheck.yml
@@ -1,3 +1,5 @@
1
+# Checks the existence of links within docs
2
+---
3
name: Check links
4
5
on:
@@ -15,11 +17,10 @@ env:
15
17
FORCE_COLOR: true
16
18
19
jobs:
-
20
link-check:
21
runs-on: ubuntu-latest
22
- steps:
+
23
+ steps:
24
- name: Checkout
25
uses: actions/checkout@v4
26
@@ -28,7 +29,7 @@ jobs:
28
29
with:
30
python-version: 3.12
31
- - uses: tcort/github-action-markdown-link-check@v1
32
- with:
33
- use-quiet-mode: yes
34
- # use-verbose-mode: no
+ - uses: tcort/github-action-markdown-link-check@v1
+ with:
+ use-quiet-mode: yes
35
+ # use-verbose-mode: no
0 commit comments