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

pull/12654/head
Predrag Gruevski 11 months ago committed by GitHub
parent 17c2e3b87e
commit 72fa5a463d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save