test: test the cargo fmt and clippy work
Some checks failed
/ test (map[name:stable]) (push) Failing after 22s
/ test (map[name:v1.81.0]) (push) Successful in 9s
/ test (map[name:nightly]) (push) Failing after 19s

This commit is contained in:
Paul Campbell 2024-09-17 10:58:08 +01:00
parent 18e606baa8
commit 517af7d14e

View file

@ -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: