Skip to content

Commit

Permalink
Merge pull request #8 from getsentry/disable-problem-matcher
Browse files Browse the repository at this point in the history
disable noisy error matcher
  • Loading branch information
asottile-sentry authored Mar 29, 2024
2 parents f0daafa + a053c3a commit 9135ed4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ runs:
with:
python-version: ${{ inputs.python-version }}

- run: echo '::remove-matcher owner=python::'
shell: bash

- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
id: cache-venv
with:
Expand Down

0 comments on commit 9135ed4

Please sign in to comment.