Add BMP Relay feature #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |