mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-06 10:48:27 +02:00
Update rust-fmt.yml
This commit is contained in:
7
.github/workflows/rust-fmt.yml
vendored
7
.github/workflows/rust-fmt.yml
vendored
@@ -3,6 +3,9 @@ name: Rust Fmt
|
||||
on:
|
||||
push:
|
||||
branches: [ "rewrite" ]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
@@ -10,6 +13,10 @@ env:
|
||||
jobs:
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Formatting Code
|
||||
|
Reference in New Issue
Block a user