Skip to content

Commit ffce706

Browse files
committed
Update lint workflow to use pre-commit
1 parent 3209b9b commit ffce706

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,5 @@ jobs:
1616
uses: actions/setup-python@v1
1717
with:
1818
python-version: ${{ matrix.python-version }}
19-
- name: Install dependencies
20-
run: |
21-
python -m pip install --upgrade pip
22-
pip install pyflakes
23-
- name: Lint with pyfalkes
24-
run: |
25-
pyflakes .
19+
- name: Run pre-commit hook
20+
uses: pre-commit/action@v2.0.3

0 commit comments

Comments
 (0)