We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My repo has following structure and the OCaml project is located in a sub-directory
./ binding-Julia/ binding-OCaml/ .ocamlformat dune-project ... ...
I have configure the default value for lint-fmt job in workflow.yml, following the spec https://docs.github.com/en/actions/using-jobs/setting-default-values-for-jobs. However, it seems lint-fmt@v2 neglect the change of default value of working-directory. Same for lint-doc.
jobs: lint-fmt: runs-on: ubuntu-latest defaults: run: working-directory: ./binding-OCaml steps:
The text was updated successfully, but these errors were encountered:
The action can't even read the default working-directory. So we are planning to add an input with the exact same name.
working-directory
Sorry, something went wrong.
No branches or pull requests
My repo has following structure and the OCaml project is located in a sub-directory
I have configure the default value for lint-fmt job in workflow.yml, following the spec https://docs.github.com/en/actions/using-jobs/setting-default-values-for-jobs. However, it seems lint-fmt@v2 neglect the change of default value of working-directory. Same for lint-doc.
The text was updated successfully, but these errors were encountered: