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
|
toolchain: stable
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
uses: https://github.com/actions-rs/cargo@v1
|
uses: https://git.kemitix.net/kemitix/rust@v0.2.4
|
||||||
with:
|
with:
|
||||||
command: fmt
|
args: fmt --all -- --check
|
||||||
args: --all -- --check
|
|
||||||
|
|
||||||
- name: Update apt
|
- name: Update apt
|
||||||
run: apt-get update
|
run: apt-get update
|
||||||
|
|
Loading…
Reference in a new issue