mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
♻️ use another GH action
This commit is contained in:
parent
a627f882af
commit
3b9306605f
1 changed files with 1 additions and 15 deletions
16
.github/workflows/pr_linting.yml
vendored
16
.github/workflows/pr_linting.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue