mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-14 13:30:15 +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
|
||||
- name: Correct version gets installed
|
||||
run: |
|
||||
if [ "$RUFF_VERSION" != "0.6.2" ]; then
|
||||
if [ "$RUFF_VERSION" != "0.14.11" ]; then
|
||||
exit 1
|
||||
fi
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user