mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-05 22:57:19 +02:00
Create rust-fmt action
Automatic rust formatting
This commit is contained in:
parent
2ca57ba6a3
commit
169b3c8f9f
14
.github/workflows/rust-fmt
vendored
Normal file
14
.github/workflows/rust-fmt
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: Rust Fmt
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "rewrite" ]
|
||||
|
||||
jobs:
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: mbrobbel/rustfmt-check@master
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user