Skip to content

Commit bf15860

Browse files
committed
simplify
1 parent 2b87dbf commit bf15860

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,5 @@ jobs:
3333
name: Black check
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v1
37-
- name: Set up Python
38-
uses: actions/setup-python@v1
39-
with:
40-
python-version: ${{ matrix.python }}
41-
- name: Lint with black
42-
run: |
43-
pip install black
44-
black --check cve_bin_tool/
45-
black --check tests/
36+
- uses: jpetrucciani/black-check@master
4637

0 commit comments

Comments
 (0)