Skip to content

Commit

Permalink
chore(ci): Fail CI on doclint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Apr 14, 2024
1 parent ce4fab6 commit ada273e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
cargo-doc:
runs-on: ubuntu-latest
timeout-minutes: 20
continue-on-error: true
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -90,7 +89,6 @@ jobs:
with:
cache-on-failure: true
- name: doclint
continue-on-error: true
run: just lint-docs
- name: doctest
run: just test-docs

0 comments on commit ada273e

Please sign in to comment.