Skip to content

Commit

Permalink
Merge pull request #149 from willu47/citation
Browse files Browse the repository at this point in the history
Citation
  • Loading branch information
willu47 authored Apr 5, 2023
2 parents 544508d + 42cd5ee commit 15dab38
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/citation.yaml
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
Expand Up @@ -15,5 +15,5 @@ authors:
orcid: https://orcid.org/0000-0001-8144-5260
title: "otoole: OSeMOSYS tools for energy work"
version: 1.0.0
doi: 10.5281/zenodo.4730003
date-released: 2021-04-30
doi: 10.5281/zenodo.7677990
date-released: 2023-02-26

0 comments on commit 15dab38

Please sign in to comment.