Skip to content

Commit 02d78af

Browse files
committed
Set up to use problem matcher when running Yapf
1 parent 720282d commit 02d78af

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-file-checks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ jobs:
333333
path: ${{needs.Setup.outputs.cache_paths}}
334334
fail-on-cache-miss: true
335335

336+
- name: Set up yapf output problem matcher
337+
run: echo '::add-matcher::.github/problem-matchers/yapf.json'
338+
336339
- name: Run Yapf on the Python changed files
337340
run: |
338341
set +e

0 commit comments

Comments
 (0)