Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/cffconvert.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Validate CITATION.cff using 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@v6

- name: Check whether the citation metadata from CITATION.cff is valid
uses: citation-file-format/[email protected]
with:
args: "--validate"
28 changes: 28 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Research Software Quality indicators
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- name: >-
European Virtual Institute for Research Software
Excellence
email: [email protected]
website: 'https://everse.software/'
alias: EVERSE
identifiers:
- type: url
value: 'https://everse.software/indicators/website/indicators.html'
repository-code: 'https://github.com/EVERSE-ResearchSoftware/indicators'
keywords:
- Research Software
- Software Quality
- EVERSE
- EOSC
- Research Software Quality Indicators
- Research Software Quality Dimensions

Loading