Skip to content

Commit

Permalink
build: upgrade mlc link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Becher authored and Armin Becher committed Mar 8, 2024
1 parent 6e79e66 commit 6268ee4
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

env:
CARGO_TERM_COLOR: always
Expand All @@ -15,14 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Markup Link Checker (mlc)
uses: becheran/mlc@v0.16.0
uses: becheran/mlc@v0.16.3
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Markup Link Checker (mlc)
uses: becheran/mlc@v0.14.0
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 6268ee4

Please sign in to comment.