From 3b9306605f94bb751a60fb76f73cfdc3fc15e54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= Date: Tue, 27 Feb 2024 15:03:30 +0100 Subject: [PATCH] :recycle: use another GH action --- .github/workflows/pr_linting.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/pr_linting.yml b/.github/workflows/pr_linting.yml index a5fae76960..3d2431b69a 100644 --- a/.github/workflows/pr_linting.yml +++ b/.github/workflows/pr_linting.yml @@ -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