Skip to content

Bump pytest-cov from 6.0.0 to 6.2.1 #840

Bump pytest-cov from 6.0.0 to 6.2.1

Bump pytest-cov from 6.0.0 to 6.2.1 #840

Workflow file for this run

# https://docs.astral.sh/ruff/
name: Ruff linter
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
ruff-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: pip install -r requirements.txt
- name: Ruff Check
run: ruff check .