From 10ee67017edad570d33476d65d453e4de275fb18 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 14 Nov 2023 00:37:48 +0100 Subject: [PATCH] GH Actions: ensure all steps have a name --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65129a3..b9e9155 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,8 @@ jobs: # Show violations inline in the file diff. # @link https://github.com/marketplace/actions/xmllint-problem-matcher - - uses: korelstar/xmllint-problem-matcher@v1 + - name: Enable showing XML issues inline + uses: korelstar/xmllint-problem-matcher@v1 # Validate the xml file. # @link http://xmlsoft.org/xmllint.html