mirror of
https://github.com/actions/setup-go.git
synced 2025-06-29 12:43:45 +00:00
Add problem matcher
This commit is contained in:
parent
886b49b2b3
commit
5f2246e3c5
4 changed files with 28 additions and 7 deletions
16
.github/go.json
vendored
Normal file
16
.github/go.json
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "go",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^([^:]*: )?((.:)?[^:]*):(\\d+)(:(\\d+))?: (.*)$",
|
||||
"file": 2,
|
||||
"line": 4,
|
||||
"column": 6,
|
||||
"message": 7
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue