From b80d2fae9a2e39d3b9cd2e84599ef6dfb7572864 Mon Sep 17 00:00:00 2001 From: Ilya Sytchev Date: Mon, 16 Dec 2024 16:38:16 -0500 Subject: [PATCH] Remove redundant validation --- .github/workflows/citation.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/citation.yml 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