Skip to content

chore(deps): bump notify-debouncer-full from 0.3.1 to 0.3.2 (#109) #388

chore(deps): bump notify-debouncer-full from 0.3.1 to 0.3.2 (#109)

chore(deps): bump notify-debouncer-full from 0.3.1 to 0.3.2 (#109) #388

Workflow file for this run

name: check
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
check:
runs-on: ubuntu-22.04
env:
RUSTFLAGS: -D warnings
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy, rustfmt
default: true
- run: cargo fmt --check
- run: cargo clippy
- run: cargo test