Skip to content

Feat: Merge swb pull oracle patch #117

Feat: Merge swb pull oracle patch

Feat: Merge swb pull oracle patch #117

Workflow file for this run

name: Rust CI - cargo fmt
on:
pull_request:
types: [opened, synchronize, reopened, assigned, labeled, ready_for_review]
jobs:
cargo-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Rust toolchain
uses: dsherret/rust-toolchain-file@v1
with:
toolchain: stable
components: rustfmt
override: true
- name: Install protoc
run: sudo apt-get install -y protobuf-compiler
- name: Check Formatting
run: |
cargo fmt -- --check