1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2025-06-29 20:30:24 +02:00

ci: add actionlint

This commit is contained in:
Christian Nicolai
2022-05-04 20:07:21 +02:00
committed by Christian Nicolai
parent 67fd63a927
commit 571eccdf38
2 changed files with 27 additions and 0 deletions

17
.github/actionlint-matcher.json vendored Normal file
View File

@ -0,0 +1,17 @@
{
"problemMatcher": [
{
"owner": "actionlint",
"pattern": [
{
"regexp": "^(?:\\x1b\\[\\d+m)?(.+?)(?:\\x1b\\[\\d+m)*:(?:\\x1b\\[\\d+m)*(\\d+)(?:\\x1b\\[\\d+m)*:(?:\\x1b\\[\\d+m)*(\\d+)(?:\\x1b\\[\\d+m)*: (?:\\x1b\\[\\d+m)*(.+?)(?:\\x1b\\[\\d+m)* \\[(.+?)\\]$",
"file": 1,
"line": 2,
"column": 3,
"message": 4,
"code": 5
}
]
}
]
}