Skip to content

add controller::Config and debounce period to scheduler #2745

add controller::Config and debounce period to scheduler

add controller::Config and debounce period to scheduler #2745

Workflow file for this run

name: clippy
on:
pull_request:
paths:
- '**.rs'
- '**.toml'
- '**.yml'
jobs:
clippy_nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
with:
args: "--workspace"
token: ${{ secrets.GITHUB_TOKEN }}