GitHub Actions: Add json problem matcher (#37490)

* GitHub Actions: Add json problem matcher

* Create a problem for testing

* Revert "Create a problem for testing"

This reverts commit d7735e4af39a18cb8d080bfc01e483065bbd06b6.
This commit is contained in:
Franck Nijhof
2020-07-05 01:59:41 +02:00
committed by GitHub
parent 83b41897f8
commit c71fcc8cbb
2 changed files with 19 additions and 0 deletions

View File

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