Add rustfmt to check

This commit is contained in:
Igor Katson 2024-11-06 16:06:54 +00:00
parent 87e09a60f7
commit a72c6a6224
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -21,6 +21,7 @@ jobs:
rustup toolchain install ${{ matrix.rust_version }}
- uses: actions/checkout@v4
- run: rustup override set ${{ matrix.rust_version }}
- run: rustup component add rustfmt
- name: cargo check
run: cargo check
- name: cargo fmt --check