Skip to content

Commit cbd9d2f

Browse files
committed
try out precanned action
1 parent c77f507 commit cbd9d2f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
uses: actions/setup-python@v1
3939
with:
4040
python-version: ${{ matrix.python }}
41-
- name: Install dependencies
42-
run: |
43-
python -m pip install --upgrade pip
44-
pip install -r requirements.txt
4541
- name: Lint with black
46-
run: |
47-
pip install black
48-
black --check cve_bin_tool/
49-
black --check test/
42+
uses: jpetrucciani/black-check@master
43+

0 commit comments

Comments
 (0)