Skip to content

add time margin when matching against nearby device #190

add time margin when matching against nearby device

add time margin when matching against nearby device #190

Workflow file for this run

name: Pre-commit
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: './.github/actions/setup-project'
with:
dependency-groups: 'dev,test'
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()