From c11e91c614539f3b2bec3563f475d8778fca8529 Mon Sep 17 00:00:00 2001 From: Taddeus Date: Mon, 3 Nov 2025 14:01:45 +0200 Subject: [PATCH] Removes deprecated Actionlint problem matcher Deletes the obsolete Actionlint problem matcher configuration to clean up workflow files and reduce maintenance overhead. Relates to MLO-469 --- .github/actionlint-matcher.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/actionlint-matcher.json diff --git a/.github/actionlint-matcher.json b/.github/actionlint-matcher.json deleted file mode 100644 index 4171e9ef..00000000 --- a/.github/actionlint-matcher.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "problemMatcher": [ - { - "owner": "actionlint", - "pattern": [ - { - "code": 5, - "column": 3, - "file": 1, - "line": 2, - "message": 4, - "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)* \\[(.+?)\\]$" - } - ] - } - ] -}