Skip to content

build(deps): bump the dependencies group across 1 directory with 4 up… #415

build(deps): bump the dependencies group across 1 directory with 4 up…

build(deps): bump the dependencies group across 1 directory with 4 up… #415

Workflow file for this run

name: Format
on:
push:
paths:
- .github/workflows/formatter.yml
- pyproject.toml
- poetry.lock
- '**.py'
permissions:
contents: write
jobs:
format:
uses: winstxnhdw/actions/.github/workflows/format-python.yml@main
with:
cache-dependency-glob: '**/poetry.lock'