Skip to content

Commit 5d1101b

Browse files
committed
Added Python Black
1 parent 7e411e1 commit 5d1101b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/M1-4-2-CI-Practice.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,13 @@ jobs:
4343
path: "./*.py" # Glob pattern for files to lint
4444
fail: true # Fail the action if pylint errors are found
4545
pr-message: true # Send a PR message if pylint errors are found
46+
47+
python-black:
48+
name: Python Black
49+
runs-on: ubuntu-latest
50+
steps:
51+
- uses: actions/checkout@v3
52+
- name: Python Black
53+
uses: cytopia/[email protected]
54+
with:
55+
path: 'src/'

0 commit comments

Comments
 (0)