Update rust-fmt.yml

This commit is contained in:
LDprg 2023-07-14 17:23:20 +02:00 committed by GitHub
parent c1d0d6aea1
commit 449e37bf3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,6 @@ jobs:
- name: Formatting Code - name: Formatting Code
run: cargo fmt --all --verbose run: cargo fmt --all --verbose
- name: Create Pull Request - name: Create Pull Request
- name: pull-request
run: | run: |
gh_pr_up() { gh pr create $* || gh pr edit $* } gh_pr_up() { gh pr create $* || gh pr edit $* }
gh_pr_up --title "Bot Fix: Formatting" --body "Fix formatting with cargo fmt" gh_pr_up --title "Bot Fix: Formatting" --body "Fix formatting with cargo fmt"