Skip to content

Feature: Responder.register_with_ttl (supersedes: #59) #118

Feature: Responder.register_with_ttl (supersedes: #59)

Feature: Responder.register_with_ttl (supersedes: #59) #118

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