Skip to content

Update validating_rov.py #64

Update validating_rov.py

Update validating_rov.py #64

Workflow file for this run

name: Pre-commit CI
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
cache: 'pip'
- name: Install dependencies
run: pip install -r requirements.txt
- name: pre-commit
uses: pre-commit/[email protected]