Skip to content

Post reachability event for new devices #172

Post reachability event for new devices

Post reachability event for new devices #172

Workflow file for this run

name: Verify formatting
on:
push:
branches: master
paths-ignore:
- 'docs/**'
- 'changelog.d/*'
- 'README.md'
pull_request:
paths-ignore:
- 'docs/**'
- 'changelog.d/*'
- 'README.md'
jobs:
ruff:
runs-on: ubuntu-latest
name: Verify Python formatting
steps:
- uses: actions/checkout@v5
- uses: astral-sh/ruff-action@v3
with:
version: "0.12.0"
args: "format --check"