Skip to content

Merge pull request #183 from bgpkit/feature/local_only #49

Merge pull request #183 from bgpkit/feature/local_only

Merge pull request #183 from bgpkit/feature/local_only #49

Workflow file for this run

name: formatting
on:
push:
branches: [ main ]
paths:
- '**.rs'
pull_request:
branches: [ main ]
paths-ignore:
- '**.rs'
env:
CARGO_TERM_COLOR: always
jobs:
cargo-fmt-check:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Run format check
run: cargo fmt --check