Skip to content

Replace pyinotify with watchdog #31

Replace pyinotify with watchdog

Replace pyinotify with watchdog #31

Workflow file for this run

name: Linter
on:
pull_request:
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0