reimplement github action in typescript
This commit is contained in:
16
dist/matchers.json
vendored
Normal file
16
dist/matchers.json
vendored
Normal 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
dist/post_run/index.js
vendored
Normal file
32437
dist/post_run/index.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
32437
dist/run/index.js
vendored
Normal file
32437
dist/run/index.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user