GitHub action (#173) (#174)

* add option to run OpenCommit as a Github Action
This commit is contained in:
Sukharev
2023-05-21 16:16:26 +08:00
committed by GitHub
parent 54006826f8
commit 6afa493726
17 changed files with 50424 additions and 217 deletions
+3
View File
@@ -0,0 +1,3 @@
export function sleep(ms: number) {
return new Promise((resolve) => setTimeout(resolve, ms));
}