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.
2023-08-18 12:55:33 -04:00
..
actions/poetry_setup Rely on WORKDIR env var to avoid ugly ternary operators in workflows. (#9456) 2023-08-18 12:55:33 -04:00
ISSUE_TEMPLATE Remove from PR template (#6018) 2023-06-11 19:34:26 -07:00
tools Cache black formatting information across CI runs. (#9413) 2023-08-18 09:49:50 -04:00
workflows Rely on WORKDIR env var to avoid ugly ternary operators in workflows. (#9456) 2023-08-18 12:55:33 -04:00
CONTRIBUTING.md update contributor guide (#8088) 2023-07-21 12:01:05 -07:00
PULL_REQUEST_TEMPLATE.md update pr temp (#9062) 2023-08-10 11:10:06 -07:00