fear(ci): add github actions

This commit is contained in:
Nightapes
2019-08-21 21:39:05 +02:00
parent 7857b5f6f3
commit 89f4842a2b
4 changed files with 62 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ func GetCIProvider(gitUtil *gitutil.GitUtil, envs map[string]string) (*ProviderC
services := []Service{
Travis{},
GithubActions{},
Git{gitUtil: gitUtil}, // GIt must be the last option to check
}