reimplement github action in typescript

This commit is contained in:
Denis Isaev
2020-05-04 17:48:04 +03:00
parent 666cc9164e
commit 853ade09ed
22 changed files with 67641 additions and 49 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"problemMatcher": [
{
"owner": "golangci-lint-action",
"pattern": [
{
"regexp": "^\\s*(\\.{0,2}[\\/\\\\].+\\.go):(?:(\\d+):(\\d+):)? (.*)",
"file": 1,
"line": 2,
"column": 3,
"message": 4
}
]
}
]
}
+32437
View File
File diff suppressed because it is too large Load Diff
+32437
View File
File diff suppressed because it is too large Load Diff