diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index de3ee41..59a361d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -69,7 +69,11 @@ jobs: - name: Install components run: rustup component add clippy rustfmt - - run: cargo clippy ${{ matrix.feature.flags }} -- -D warnings -D clippy::pedantic + - run: | + cargo clippy ${{ matrix.feature.flags }} -- \ + -D warnings \ + -D clippy::pedantic \ + -A clippy::doc-markdown - if: always() run: cargo fmt --check