Skip to content

Commit

Permalink
Add markdown linkchecker job
Browse files Browse the repository at this point in the history
  • Loading branch information
becheran authored Aug 23, 2022
1 parent a74d57d commit d8dfb10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ env:
CARGO_TERM_COLOR: always

jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Markup Link Checker (mlc)
uses: becheran/mlc@v0.15.4
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d8dfb10

Please sign in to comment.