Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add lake-package-directory input #47

Merged

Conversation

austinletson
Copy link
Collaborator

@austinletson austinletson commented Jun 1, 2024

lake-package-directory will enable users to use lean-action when Lake packages are contained in repository subdirectories, e.g., cedar-spec/cedar-lean.

Closes #34

@austinletson austinletson linked an issue Jun 1, 2024 that may be closed by this pull request
# The directory where `lean-action` will look for a Lake package and run `lake build`, etc.
# Allowed values: a valid directory containing a Lake package.
# If lake-package-directory is not provided, `lean-action` will use the root directory of the repository by default.
lake-package-directory: ""
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this documentation uses the format proposed in #45, so it appears inconsistent with the rest of the docs, but we will unify these once #45 is merged.

@austinletson
Copy link
Collaborator Author

You can see this in action here. I also plan to add a test scenario to the functional testing workflow.

@austinletson austinletson force-pushed the 34-support-repositories-with-subdirectory-lean-packages branch from 43e62c5 to bd7be4e Compare June 3, 2024 21:58
@austinletson austinletson merged commit 52906d4 into main Jun 12, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support repositories with subdirectory Lean packages
1 participant