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
@ -4,12 +4,19 @@ on:
|
||||
push:
|
||||
branches: [ "rewrite" ]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Formatting Code
|
||||
|
Loading…
x
Reference in New Issue
Block a user