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

View File

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