Skip to content

Commit

Permalink
Create black-suggest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coco875 committed Sep 11, 2024
1 parent 84c650e commit 60ea167
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/black-suggest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: black Suggest
on: [pull_request]
jobs:
formatting-check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install Dependance
run: |
pip install black
- name: Run black style check.
run: |
black .
- uses: parkerbxyz/suggest-changes@v1
with:
comment: 'Please commit the suggested changes from black.'

0 comments on commit 60ea167

Please sign in to comment.