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