Skip to content

skip calibration when using mock #71

skip calibration when using mock

skip calibration when using mock #71

Workflow file for this run

name: style
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
pytest:
timeout-minutes: 5
strategy:
fail-fast: false
name: pre-commit
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run pre-commit hooks
uses: pre-commit/[email protected]