From 70a153b1c05bdc76c92d1ac3b46be03ddd4bae08 Mon Sep 17 00:00:00 2001 From: sTertooy <5571903+stertooy@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:07:54 +0100 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4ee046d9..19287d4f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -65,7 +65,7 @@ jobs: - name: "Checkout" uses: actions/checkout@v4 - - name: "Validate citation" + - name: "Validate CITATION.cff" uses: citation-file-format/cffconvert-github-action@2.0.0 with: args: "--validate"