build(forgejo): use rust action to check format
Some checks failed
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
Rust / build (push) Has been cancelled

This commit is contained in:
Paul Campbell 2024-05-16 20:00:29 +01:00
parent c90aef3796
commit af18fc2930

View file

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