Skip to content

Merge pull request #58 from SurfingNerd/i55-fix-metric-labels-problem #68

Merge pull request #58 from SurfingNerd/i55-fix-metric-labels-problem

Merge pull request #58 from SurfingNerd/i55-fix-metric-labels-problem #68

Workflow file for this run

on: [push, pull_request]
name: rustfmt
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.59
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check --config imports_granularity=Crate