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