From dc4dd9b347fcf99d61714c4b4a27237843e77fd6 Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Thu, 6 Oct 2022 14:41:31 +0200 Subject: [PATCH] [Enhancement] Create CITATION.cff and Validation (#1) * Create CITATION.cff * Create cffconvert.yml --- .github/workflows/cffconvert.yml | 24 ++++++++++++++++++++++++ CITATION.cff | 22 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .github/workflows/cffconvert.yml create mode 100644 CITATION.cff diff --git a/.github/workflows/cffconvert.yml b/.github/workflows/cffconvert.yml new file mode 100644 index 0000000..c40a34d --- /dev/null +++ b/.github/workflows/cffconvert.yml @@ -0,0 +1,24 @@ +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" diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..10db780 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,22 @@ +# Parser settings. +cff-version: 1.2.0 +message: Please cite this software using these meta data. + +# Version information. +date-released: 2022-09-21 +version: 3.3.2 + +# Project information. +abstract: ne, the nice editor +authors: + - alias: vigna + family-names: Vigna + given-names: Sebastiano + - alias: utoddl + family-names: Lewis + given-names: Todd M. + - name: The ne Community +license: GPL-3.0+ +repository-code: https://github.com/vigna/ne +title: ne +url: http://ne.di.unimi.it/