Skip to content

Commit 27440be

Browse files
committed
Use github-action-markdown-link-check to find broken links
1 parent 1501937 commit 27440be

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/scala.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ permissions:
1111

1212
jobs:
1313
build:
14-
1514
runs-on: ubuntu-latest
16-
1715
steps:
1816
- uses: actions/checkout@v4
1917
- name: Set up JDK
@@ -24,3 +22,11 @@ jobs:
2422
cache: 'sbt'
2523
- name: Run tests
2624
run: sbt test
25+
26+
markdown-link-check:
27+
runs-on: ubuntu-latest
28+
steps:
29+
- uses: actions/checkout@v3
30+
- uses: gaurav-nelson/github-action-markdown-link-check@v1
31+
with:
32+
use-verbose-mode: 'yes'

0 commit comments

Comments
 (0)