From d577a0822ab2971f4c218e7f8f63b1b972732ed4 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 18 Oct 2024 14:22:51 -0400 Subject: [PATCH] [CI/Build] Configure matcher for actionlint workflow When introducing the CI workflow that lints github CI config, this detail was left out. This ensures that github will interpret the job output properly and highlight errors in the diff viewer when new errors are introduced. The config was present, just not loaded properly. Signed-off-by: Russell Bryant --- .github/workflows/actionlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 2a0e3239f58da..b80749aaa8fec 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -34,4 +34,5 @@ jobs: - name: "Run actionlint" run: | + echo "::add-matcher::.github/workflows/matchers/actionlint.json" tools/actionlint.sh -color