Skip to content

build(deps): bump the dependencies group with 2 updates #376

build(deps): bump the dependencies group with 2 updates

build(deps): bump the dependencies group with 2 updates #376

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'