Skip to content

Commit

Permalink
Use github-action-markdown-link-check to find broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
lemastero committed Dec 5, 2024
1 parent a8f4625 commit 97c1765
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand All @@ -24,3 +22,11 @@ jobs:
cache: 'sbt'
- name: Run tests
run: sbt test

markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'

0 comments on commit 97c1765

Please sign in to comment.