Skip to content

ci: use reusable workflows #5

ci: use reusable workflows

ci: use reusable workflows #5

Workflow file for this run

name: Format
on:
push:
paths:
- .github/workflows/formatter.yml
- '**.py'
permissions:
contents: write
jobs:
format:
uses: winstxnhdw/actions/.github/workflows/format-python.yml@main