Skip to content

Bump coverage from 7.5.2 to 7.5.3 #77

Bump coverage from 7.5.2 to 7.5.3

Bump coverage from 7.5.2 to 7.5.3 #77

Workflow file for this run

name: Python isort
on:
push:
branches:
- main
paths:
- ".github/workflows/isort.yml"
- "**.py"
- "poetry.lock"
- "pyproject.toml"
pull_request:
paths:
- ".github/workflows/isort.yml"
- "**.py"
- "poetry.lock"
- "pyproject.toml"
jobs:
format:
runs-on: ubuntu-latest
name: isort
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: isort
uses: isort/isort-action@v1.1.0