Skip to content

ci: add SOROBAN_SECRET_KEY to environment variables in verify-build w… #23

ci: add SOROBAN_SECRET_KEY to environment variables in verify-build w…

ci: add SOROBAN_SECRET_KEY to environment variables in verify-build w… #23

Workflow file for this run

name: "Rust: Format Check"
on:
push:
branches-ignore:
- main
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