Update rust-fmt.yml

This commit is contained in:
LDprg 2023-07-14 17:17:29 +02:00 committed by GitHub
parent c2ee889674
commit 290219f85b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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