Merge pull request #9 from boidolr/main

Switch to `RUFF_OUTPUT_FORMAT`
This commit is contained in:
brucearctor
2023-12-12 11:43:24 -07:00
committed by GitHub
+1 -1
View File
@@ -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 }}