This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
fmt action with a specified manifest located in a sub-folder did not find the parent folder rustfmt.toml config #197
Labels
bug
Something isn't working
Do the checklist before filing an issue:
actions-rs
Actions?If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Description
I am running the action-rs fmt action with a specified manifest in a subdir
--manifest-path ./2021/Cargo.toml
and the action fail at finding therustfmt.toml
file that is in the parent folder, leading to the formating check to failWorkflow code
Action output
Expected behavior
The rustfmt command should be able to pull the config from the parent folder.
The text was updated successfully, but these errors were encountered: