mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-21 00:10:14 +02:00
Fix: Update RUFF_VERSION check to use 0.14.11 (latest)
This commit is contained in:
@@ -117,7 +117,7 @@ jobs:
|
|||||||
src: __tests__/fixtures/python-project
|
src: __tests__/fixtures/python-project
|
||||||
- name: Correct version gets installed
|
- name: Correct version gets installed
|
||||||
run: |
|
run: |
|
||||||
if [ "$RUFF_VERSION" != "0.6.2" ]; then
|
if [ "$RUFF_VERSION" != "0.14.11" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user