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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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