Skip to content

Commit

Permalink
Disable GitHub Problem Matcher annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Feb 28, 2024
1 parent 0a5a6ad commit ed2d377
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- uses: jakebailey/pyright-action@v1
- uses: jakebailey/pyright-action@v2
with:
python-version: ${{ matrix.python-version }}
no-comments: true

0 comments on commit ed2d377

Please sign in to comment.