Skip to content

update python version #7

update python version

update python version #7

name: Format Python code
on:
push:
paths:
- '**.py'
workflow_dispatch:
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Format
uses: psf/black@stable
with:
options: ""
- name: Commit changes
uses: EndBug/[email protected]
with:
message: "Formatted the codebase."