ci: use actionlint and problem matchers (#4116)

This commit is contained in:
ReenigneArcher
2025-07-29 22:08:30 -04:00
committed by GitHub
parent 4bac84ee38
commit 99cf9ac960
23 changed files with 215 additions and 120 deletions

17
.github/matchers/gcc-strip3.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"problemMatcher": [
{
"owner": "gcc-strip3",
"pattern": [
{
"regexp": "^/?(?:[^/]+/){3}([^:]+):(\\d+):(\\d+):\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,
"severity": 4,
"message": 5
}
]
}
]
}