Skip to content

Bump port-for from 0.7.0 to 0.7.1 #743

Bump port-for from 0.7.0 to 0.7.1

Bump port-for from 0.7.0 to 0.7.1 #743

Workflow file for this run

name: Run linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/[email protected]
with:
pipenv-install-options: "--skip-lock"
mypy: true
ruff: true
black: true
rstcheck: true