mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-22 14:50:47 +00:00
Switch to RUFF_OUTPUT_FORMAT
`RUFF_FORMAT` was deprecated in favor of `RUFF_OUTPUT_FORMAT` in v0.0.291.
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ runs:
|
|||||||
python3 $GITHUB_ACTION_PATH/action/main.py
|
python3 $GITHUB_ACTION_PATH/action/main.py
|
||||||
fi
|
fi
|
||||||
env:
|
env:
|
||||||
RUFF_FORMAT: github
|
RUFF_OUTPUT_FORMAT: github
|
||||||
INPUT_ARGS: ${{ inputs.args }}
|
INPUT_ARGS: ${{ inputs.args }}
|
||||||
INPUT_SRC: ${{ inputs.src }}
|
INPUT_SRC: ${{ inputs.src }}
|
||||||
INPUT_VERSION: ${{ inputs.version }}
|
INPUT_VERSION: ${{ inputs.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user