Skip to content

Commit 4e03abb

Browse files
authored
fix: sloppy merge of #59
1 parent 7c31e84 commit 4e03abb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/linkcheck.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Checks the existence of links within docs
2+
---
13
name: Check links
24

35
on:
@@ -15,11 +17,10 @@ env:
1517
FORCE_COLOR: true
1618

1719
jobs:
18-
1920
link-check:
2021
runs-on: ubuntu-latest
21-
22-
steps:
22+
23+
steps:
2324
- name: Checkout
2425
uses: actions/checkout@v4
2526

@@ -28,7 +29,7 @@ jobs:
2829
with:
2930
python-version: 3.12
3031

31-
- uses: tcort/github-action-markdown-link-check@v1
32-
with:
33-
use-quiet-mode: yes
34-
# use-verbose-mode: no
32+
- uses: tcort/github-action-markdown-link-check@v1
33+
with:
34+
use-quiet-mode: yes
35+
# use-verbose-mode: no

0 commit comments

Comments
 (0)