Skip to content

Update to tracing-logfmt-otel 0.2.0 #1372

Update to tracing-logfmt-otel 0.2.0

Update to tracing-logfmt-otel 0.2.0 #1372

Workflow file for this run

on: [push, pull_request]
name: cargo fmt
jobs:
cargofmt:
runs-on: ubuntu-latest
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- uses: actions/checkout@v2
- run: cargo fmt -- --check