Skip to content

Bump python from 3.12.6-slim to 3.12.7-slim #910

Bump python from 3.12.6-slim to 3.12.7-slim

Bump python from 3.12.6-slim to 3.12.7-slim #910

Workflow file for this run

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