mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-18 18:53:10 +00:00
Show ruff output inline in GitHub PRs. (#12647)
This commit is contained in:
parent
17c2e3b87e
commit
72fa5a463d
3
.github/workflows/_lint.yml
vendored
3
.github/workflows/_lint.yml
vendored
@ -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…
Reference in New Issue
Block a user