chore: check documentation lint (#454)

This commit is contained in:
Valentin271
2023-09-02 04:59:07 +02:00
committed by GitHub
parent ea70bffe5d
commit 5f6aa30be5
2 changed files with 16 additions and 1 deletions

View File

@@ -53,6 +53,8 @@ jobs:
uses: taiki-e/install-action@cargo-make
- name: Check formatting
run: cargo make fmt
- name: Check documentation
run: cargo make check-doc
clippy:
runs-on: ubuntu-latest