Show ruff output inline in GitHub PRs. (#12647)

This commit is contained in:
Predrag Gruevski
2023-10-31 12:16:01 -04:00
committed by GitHub
parent 17c2e3b87e
commit 72fa5a463d

View File

@@ -16,6 +16,9 @@ env:
POETRY_VERSION: "1.6.1"
WORKDIR: ${{ inputs.working-directory == '' && '.' || inputs.working-directory }}
# This env var allows us to get inline annotations when ruff has complaints.
RUFF_OUTPUT_FORMAT: github
jobs:
build:
runs-on: ubuntu-latest