mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-06 15:17:19 +02:00
15 lines
248 B
YAML
15 lines
248 B
YAML
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 }}
|