mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-04-23 12:08:50 +00:00
reimplement github action in typescript
This commit is contained in:
parent
666cc9164e
commit
853ade09ed
22 changed files with 67641 additions and 49 deletions
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
Loading…
Add table
Add a link
Reference in a new issue