We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e411e1 commit 5d1101bCopy full SHA for 5d1101b
.github/workflows/M1-4-2-CI-Practice.yml
@@ -43,3 +43,13 @@ jobs:
43
path: "./*.py" # Glob pattern for files to lint
44
fail: true # Fail the action if pylint errors are found
45
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