mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-06 15:17:19 +02:00
Update rust-fmt.yml
This commit is contained in:
parent
a805510667
commit
3d5f381a3a
5
.github/workflows/rust-fmt.yml
vendored
5
.github/workflows/rust-fmt.yml
vendored
@ -13,3 +13,8 @@ jobs:
|
|||||||
run: cargo fmt --all
|
run: cargo fmt --all
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v5
|
||||||
|
with:
|
||||||
|
commit-message: Fix Formatt
|
||||||
|
title: Formatt Code
|
||||||
|
body: Running cargo fmt --all results
|
||||||
|
branch: rewrite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user