1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-06-27 08:30:30 +02:00

ci: add actionlint

This commit is contained in:
Christian Nicolai
2022-05-04 20:31:10 +02:00
committed by Christian Nicolai
parent 36cb063a42
commit fcc9cd18e7
2 changed files with 28 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
}
]
}
]
}