Skip to content

feat: Android create banana split #5378

feat: Android create banana split

feat: Android create banana split #5378

Workflow file for this run

name: Rustfmt
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
push:
branches:
- master
- stable
jobs:
rustfmt:
name: Cargo fmt
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4.1.1
with:
fetch-depth: 50
submodules: 'recursive'
- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: cargo fmt
run: |
cd rust
cargo fmt --all -- --check