reimplement github action in typescript

This commit is contained in:
Denis Isaev
2020-05-04 16:01:25 +03:00
parent 666cc9164e
commit 853ade09ed
22 changed files with 67641 additions and 49 deletions

3
src/post_main.ts Normal file
View File

@ -0,0 +1,3 @@
import { postRun } from "./run"
postRun()