Skip to content

Rover: fix WHEEL_DISTANCE timestamp overflow #7194

Rover: fix WHEEL_DISTANCE timestamp overflow

Rover: fix WHEEL_DISTANCE timestamp overflow #7194

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
concurrency:
group: ci-${{github.workflow}}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- run: python3 -m pip install --upgrade pip
- run: python3 -m pip install pytest
- run: PYTHONPATH="." pytest tests/test_pre_commit_copyright.py