We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfce77f commit 26551ceCopy full SHA for 26551ce
1 file changed
.github/workflows/python.yml
@@ -16,13 +16,16 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
+
20
- name: Set up Python ${{ matrix.python-version }}
21
uses: actions/setup-python@v2
22
with:
23
python-version: ${{ matrix.python-version }}
24
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
python setup.py install
29
30
- name: Black Code Formatter
- uses: lgeiger/black-action@v1.0.1
31
+ uses: jpetrucciani/black-check@22.12.0
0 commit comments