diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 102f1a2..ba6e2c9 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -15,6 +15,16 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Format + uses: https://git.kemitix.net/kemitix/rust@next + with: + args: ${{ matrix.toolchain.name }} cargo fmt --check + + - name: Clippy + uses: https://git.kemitix.net/kemitix/rust@next + with: + args: ${{ matrix.toolchain.name }} cargo clippy + - name: Test uses: https://git.kemitix.net/kemitix/rust@next with: