Skip to content

docs: rewrite README with deployed addresses and versions (#59) #75

docs: rewrite README with deployed addresses and versions (#59)

docs: rewrite README with deployed addresses and versions (#59) #75

Workflow file for this run

name: "Rust: Format Check"
on:
push:
branches:
- main
- develop
- testnet
pull_request:
branches:
- main
- develop
- testnet
permissions:
contents: read
actions: read
id-token: write
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