build(forgejo): use rust action to check format
This commit is contained in:
parent
c90aef3796
commit
af18fc2930
1 changed files with 2 additions and 3 deletions
|
@ -23,10 +23,9 @@ jobs:
|
|||
toolchain: stable
|
||||
|
||||
- name: Format
|
||||
uses: https://github.com/actions-rs/cargo@v1
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.2.4
|
||||
with:
|
||||
command: fmt
|
||||
args: --all -- --check
|
||||
args: fmt --all -- --check
|
||||
|
||||
- name: Update apt
|
||||
run: apt-get update
|
||||
|
|
Loading…
Reference in a new issue