diff --git a/.github/workflows/citation.yml b/.github/workflows/citation.yml deleted file mode 100644 index fa6115fc..00000000 --- a/.github/workflows/citation.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: CITATION.cff - -on: - push: - paths: - - CITATION.cff - workflow_dispatch: - -jobs: - Validate-CITATION-cff: - runs-on: ubuntu-latest - name: Validate CITATION.cff - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Validate CITATION.cff - uses: dieghernan/cff-validator@v3