act/common
Dan Sosedoff fb77d5a883 Regex tweaks
- No need to compile regexes in the function, moved them to vars
- Fixed github http regex: it was not matching https://github.com/foo/bar (no git extension)
2019-02-14 14:31:57 -06:00
..
draw.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00
executor.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00
executor_test.go go fmt 2019-01-15 23:12:10 -08:00
file.go improve linting 2019-01-15 17:41:02 -08:00
git.go Regex tweaks 2019-02-14 14:31:57 -06:00
git_test.go fix #26 - improve regex for matching github repo. add unit test to cover 2019-02-12 23:09:51 -05:00