Skip to content

Commit 2b87dbf

Browse files
committed
run black without action
1 parent cbd9d2f commit 2b87dbf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ jobs:
3939
with:
4040
python-version: ${{ matrix.python }}
4141
- name: Lint with black
42-
uses: jpetrucciani/black-check@master
42+
run: |
43+
pip install black
44+
black --check cve_bin_tool/
45+
black --check tests/
4346

0 commit comments

Comments
 (0)