Skip to content

Add BMP Relay feature #14

Add BMP Relay feature

Add BMP Relay feature #14

Workflow file for this run

name: "Check formatting"
on:
pull_request:
push:
jobs:
fernglas:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v23
- run: 'nix shell .#cargo .#rustfmt -c cargo fmt --check'
nibbletree:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v23
- run: 'nix shell .#cargo .#rustfmt -c cargo fmt --manifest-path nibbletree/Cargo.toml --check'