Skip to content

Bump tracing-subscriber from 0.3.9 to 0.3.18 #60

Bump tracing-subscriber from 0.3.9 to 0.3.18

Bump tracing-subscriber from 0.3.9 to 0.3.18 #60

Workflow file for this run

name: rust
on:
pull_request:
push:
branches: [main]
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: rustfmt, clippy
- run: cargo fmt --all -- --check
- run: cargo clippy --locked --all-targets -- -D warnings
- run: cargo test