♻️ use another GH action

This commit is contained in:
Ondřej Samohel 2024-02-27 15:03:30 +01:00
parent a627f882af
commit 3b9306605f
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -19,20 +19,6 @@ permissions:
jobs:
linting:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.9" ]
steps:
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies library
run: |
pip install ruff
shell: bash
- name: Annotate PR with Ruff
uses: antirotor/annotate_pr_with_ruff@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: chartboost/ruff-action@v1