Skip to content

Merge pull request #22 from bakerkj/feat/sensor-native-rounding #60

Merge pull request #22 from bakerkj/feat/sensor-native-rounding

Merge pull request #22 from bakerkj/feat/sensor-native-rounding #60

Workflow file for this run

name: Pre-commit
on:
push:
branches: [main]
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.2
- uses: astral-sh/setup-uv@v8.1.0
with:
python-version: "3.14"
enable-cache: true
cache-suffix: pre-commit
- uses: actions/cache@v5.0.5
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
- run: SKIP=no-commit-to-branch,mypy uvx pre-commit run --all-files