Skip to content

0.9.2: Add register_with_ttl and update dependencies. #127

0.9.2: Add register_with_ttl and update dependencies.

0.9.2: Add register_with_ttl and update dependencies. #127

Workflow file for this run

name: rustfmt
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check formatting
run: cargo +stable fmt -- --check
- name: Check linting
run: cargo +stable clippy -- -Dwarnings