Skip to content

feat: Update frontend to work with Stellar CLI 22.0.0. #398

feat: Update frontend to work with Stellar CLI 22.0.0.

feat: Update frontend to work with Stellar CLI 22.0.0. #398

Workflow file for this run

name: "Rust: Format Check"
on:
push:
branches:
- "**"
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: rustfmt
- name: Run rustfmt
run: cargo fmt -- --check