GitHub Actions: Add flake8 problem matcher (#37465)

This commit is contained in:
Franck Nijhof
2020-07-05 02:19:00 +02:00
committed by GitHub
parent 3eb6e75d3e
commit 79fb722657
2 changed files with 33 additions and 0 deletions

View File

@@ -308,6 +308,9 @@ jobs:
run: |
echo "Failed to restore Python virtual environment from cache"
exit 1
- name: Register flake8 problem matcher
run: |
echo "::add-matcher::.github/workflows/matchers/flake8.json"
- name: Run flake8
run: |
. venv/bin/activate