From 9a5d2c55cf6e6473e8ed367c2c4e9fbc64b22ada Mon Sep 17 00:00:00 2001 From: Ilya Sytchev Date: Wed, 18 Oct 2023 16:33:50 -0400 Subject: [PATCH] Update citation GA workflow --- .github/workflows/citation.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/citation.yml b/.github/workflows/citation.yml index 5d3ae402..fa6115fc 100644 --- a/.github/workflows/citation.yml +++ b/.github/workflows/citation.yml @@ -1,16 +1,17 @@ +name: CITATION.cff + on: push: paths: - CITATION.cff workflow_dispatch: -name: CITATION.cff jobs: Validate-CITATION-cff: runs-on: ubuntu-latest name: Validate CITATION.cff steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Validate CITATION.cff uses: dieghernan/cff-validator@v3