Skip to content

clear peer_endpoint on metrics update #11

clear peer_endpoint on metrics update

clear peer_endpoint on metrics update #11

Workflow file for this run

---
on:
pull_request:
paths:
- src/**/*.rs
- build.rs
name: PR Lints
jobs:
lints:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: clippy, rustfmt
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check