Skip to content

Feature/statistics text file plugin #347

Feature/statistics text file plugin

Feature/statistics text file plugin #347

name: Check Python Code Format
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
format_checking:
name: Check Python Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check files using the black formatter
uses: rickstaa/action-black@v1
id: action_black
with:
black_args: "."
- name: Annotate diff changes using reviewdog
if: steps.action_black.outputs.is_formatted == 'true'
uses: reviewdog/action-suggester@v1
with:
tool_name: blackfmt