Skip to content

Bump actions/checkout from 3 to 4 #389

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #389

Workflow file for this run

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