We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a81e93 commit 9e9a593Copy full SHA for 9e9a593
.github/warnings-problem-matchers.json
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
- uses: actions/checkout@v2
104
- name: Enable Problem Matchers
105
run: |
106
- echo "::add-matcher::.github/warnings-problem-matchers.json"
+ echo "::add-matcher::.github/local-problem-matchers.json"
107
- name: Set up ${{ matrix.python.name }}
108
if: ${{ job.container == '' }}
109
uses: actions/setup-python@v1
0 commit comments