Skip to content

Commit

Permalink
Merge pull request #109 from cffbots/cffbots-cffconvert
Browse files Browse the repository at this point in the history
CITATION.cff fix and automatic validation of your citation metadata
  • Loading branch information
sverhoeven authored Mar 20, 2023
2 parents 236ec61 + 8dc1aad commit 5a9fd3f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/cffconvert.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: cffconvert

on:
push:
paths:
- CITATION.cff

jobs:
validate:
name: "validate"
runs-on: ubuntu-latest
steps:
- name: Check out a copy of the repository
uses: actions/checkout@v2

- name: Check whether the citation metadata from CITATION.cff is valid
uses: citation-file-format/[email protected]
with:
args: "--validate"
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# YAML 1.2
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
cff-version: 1.0.3
cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
title:
title: grpc4bmi
doi: 10.5281/zenodo.1462641
authors:
- given-names: Gijs
Expand Down

0 comments on commit 5a9fd3f

Please sign in to comment.