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

Allow configuring the root of the Rust project #2

Closed
jonasbb opened this issue Aug 10, 2022 · 4 comments
Closed

Allow configuring the root of the Rust project #2

jonasbb opened this issue Aug 10, 2022 · 4 comments

Comments

@jonasbb
Copy link
Member

jonasbb commented Aug 10, 2022

The action currently assumes that the Rust project is directly in the root of the repository. This is not always the case, but Action cannot be configured with a working directory. Instead, a separate input is necessary. This was also requested as PROJECT_PATH for the audit-check action. actions-rs/audit-check#116

@faern
Copy link

faern commented Jan 18, 2024

Thank you @mbergkvist for adding this feature. Would it be possible to cut a release? I would love to use the file field in a CI job where we have multiple Rust workspaces in a single git repository, and would like to audit all of them.

@mbergkvist
Copy link
Contributor

@jonasbb If you plan to make a new release, have a look at #56 and see if that can be included in the release too.

@jonasbb
Copy link
Member Author

jonasbb commented Jan 18, 2024

I released a new version and included #56 in it.

@jonasbb jonasbb closed this as completed Jan 18, 2024
@faern
Copy link

faern commented Jan 19, 2024

Thank you for a very swift response and release! 🚀 This works really well for us!

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

No branches or pull requests

3 participants