Skip to content

Commit a183f17

Browse files
committed
try a warning: problem matcher
1 parent a889051 commit a183f17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ jobs:
101101
tox: qt5
102102
steps:
103103
- uses: actions/checkout@v2
104+
- name: Enable Problem Matchers
105+
run: |
106+
echo "::add-matcher::.github/warnings-problem-matchers.json"
104107
- name: Set up ${{ matrix.python.name }}
105108
if: ${{ job.container == '' }}
106109
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)