Skip to content

Commit

Permalink
copied over citation gha (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Jun 14, 2023
1 parent c71fc93 commit 3858557
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/ci-citation.yml
@@ -0,0 +1,30 @@
name: ci-citation

on:
pull_request:
paths:
- "CITATION.cff"

push:
paths:
- "CITATION.cff"

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
validate:
name: "validate"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: "check CITATION.cff"
uses: citation-file-format/cffconvert-github-action@2.0.0
with:
args: "--validate"

0 comments on commit 3858557

Please sign in to comment.