Add GitHub Annotions to ruff output (#364)

* Add GitHub Annotions to ruff output
* Upgrade GitHub Actions
* No Py3.11
This commit is contained in:
Christian Clauss
2023-07-15 14:42:13 +02:00
committed by GitHub
parent e7270d6a07
commit a6e1a3de12
2 changed files with 10 additions and 12 deletions

View File

@@ -16,12 +16,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10'] # , '3.11']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies