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
c2ee889674
commit
290219f85b
7
.github/workflows/rust-fmt.yml
vendored
7
.github/workflows/rust-fmt.yml
vendored
@ -3,6 +3,9 @@ name: Rust Fmt
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "rewrite" ]
|
branches: [ "rewrite" ]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
@ -10,6 +13,10 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Formatting Code
|
- name: Formatting Code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user