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
it would be awesome to allow tasks to be run in parallel to speed things up. perhaps something like:
config :git_hooks, hooks: [ pre_commit: [ tasks: [ {:parallel, [ {:serial, [ {:mix_task, :format, ["--check-formatted"]}, {:mix_task, :test}, ]}, {:serial, [ {:cmd, "npm run lint-staged --prefix infrastructure"}, {:cmd, "npm test --prefix infrastructure"} ]} ]} ] ] ]
The text was updated successfully, but these errors were encountered:
Hey @stocks29 this is a great idea! ☺️
I have an open bug that currently has more priority when working on this project, a PR is welcome otherwise it will be next feature to implement 🙌
Sorry, something went wrong.
No branches or pull requests
it would be awesome to allow tasks to be run in parallel to speed things up. perhaps something like:
The text was updated successfully, but these errors were encountered: