mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-27 20:44:57 -04:00
tabs or spaces
This commit is contained in:
parent
89c89c5036
commit
e36ce1d6cf
2 changed files with 12 additions and 12 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"owner": "go",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "(\\.{0,2}[\\/\\\\].+\\.go):(?:(\\d+):(\\d+):)? (.*)",
|
||||
"regexp": "^\\s*(\\.{0,2}[\\/\\\\].+\\.go):(?:(\\d+):(\\d+):)? (.*)",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"column": 3,
|
||||
|
|
|
|||
Loading…
Reference in a new issue