Update rust-fmt.yml

This commit is contained in:
LDprg
2023-07-14 17:18:16 +02:00
committed by GitHub
parent 290219f85b
commit 81bea9f030

View File

@@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Formatting Code
run: cargo fmt --all
run: cargo fmt --all --verbose
- name: Create Pull Request
uses: repo-sync/pull-request@v2
with: