Closed dandavison closed 2 months ago
Fixes https://github.com/temporalio/sdk-typescript/issues/1446
This is based on @drewhoskins-temporal's Python sample: https://github.com/temporalio/samples-python/pull/123, and uses https://github.com/DirtyHairy/async-mutex.
Note that this moves husky actions to pre-push; they are too disruptive in pre-commit for people who commit frequently, including via non-CLI clients that would have to be configured to pass --no-verify.
--no-verify
@mjameswh I think I've addressed everything here. Over to you again.
Fixes https://github.com/temporalio/sdk-typescript/issues/1446
This is based on @drewhoskins-temporal's Python sample: https://github.com/temporalio/samples-python/pull/123, and uses https://github.com/DirtyHairy/async-mutex.
Note that this moves husky actions to pre-push; they are too disruptive in pre-commit for people who commit frequently, including via non-CLI clients that would have to be configured to pass
--no-verify
.