Skip to content

Commit

Permalink
[Enhancement] Add CITATION.cff (#1)
Browse files Browse the repository at this point in the history
* Create CITATION.cff

* Create cffconvert.yml

* Fix typo
  • Loading branch information
kevinmatthes authored Sep 23, 2022
1 parent 61a7607 commit be4096d
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/cffconvert.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# SPDX-FileCopyrightText: 2021 Stephan Druskat <[email protected]>
# SPDX-License-Identifier: CC0-1.0

name: cffconvert

on:
push:
paths:
- CITATION.cff

permissions:
contents: read

jobs:
validation:
name: validate
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
persist-credentials: false

- name: cffconvert
uses: citation-file-format/cffconvert-github-action@4cf11baa70a673bfdf9dad0acc7ee33b3f4b6084
with:
args: "--validate"
19 changes: 19 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SPDX-FileCopyrightText: 2021 Stephan Druskat <[email protected]>
# SPDX-License-Identifier: CC0-1.0

abstract: Tracks `CITATION.cff` files across public repositories.
authors:
- family-names: Druskat
given-names: Stephan
orcid: https://orcid.org/0000-0003-4925-7248
cff-version: 1.2.0
license:
- CC0-1.0
- CC-BY-4.0
- MIT
message: Please cite this repository using these meta data.
repository-artifact: https://github.com/sdruskat/cfftracker
repository-code: https://github.com/sdruskat/cfftracker
title: cfftracker
type: dataset
url: https://github.com/sdruskat/cfftracker

0 comments on commit be4096d

Please sign in to comment.