You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/.github
Predrag Gruevski ade683c589
Rely on `WORKDIR` env var to avoid ugly ternary operators in workflows. (#9456)
Ternary operators in GitHub Actions syntax are pretty ugly and hard to
read: `inputs.working-directory == '' && '.' ||
inputs.working-directory` means "if the condition is true, use `'.'` and
otherwise use the expression after the `||`".

This PR performs the ternary as few times as possible, assigning its
outcome to an env var we can then reuse as needed.
11 months ago
..
ISSUE_TEMPLATE Remove from PR template (#6018) 1 year ago
actions/poetry_setup Rely on `WORKDIR` env var to avoid ugly ternary operators in workflows. (#9456) 11 months ago
tools Cache black formatting information across CI runs. (#9413) 11 months ago
workflows Rely on `WORKDIR` env var to avoid ugly ternary operators in workflows. (#9456) 11 months ago
CONTRIBUTING.md update contributor guide (#8088) 12 months ago
PULL_REQUEST_TEMPLATE.md update pr temp (#9062) 11 months ago