mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
🐶 update ruff action
This commit is contained in:
parent
f451ec6eef
commit
ece0631c68
1 changed files with 3 additions and 1 deletions
4
.github/workflows/pr_linting.yml
vendored
4
.github/workflows/pr_linting.yml
vendored
|
|
@ -21,4 +21,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: chartboost/ruff-action@v1
|
||||
- uses: astral-sh/ruff-action@v1
|
||||
with:
|
||||
changed-files: "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue