Skip to content

Commit 4cf11ba

Browse files
authored
Merge pull request #57 from citation-file-format/fair-software-badges
Add fair-software.nl recommended badges
2 parents d9c4e23 + 76aae4c commit 4cf11ba

File tree

3 files changed

+26
-9
lines changed

3 files changed

+26
-9
lines changed

.github/workflows/fair-software.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: fair-software
2+
3+
on: push
4+
5+
jobs:
6+
verify:
7+
name: "fair-software"
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: fair-software/howfairis-github-action@0.2.0
11+
name: Measure compliance with fair-software.eu recommendations
12+
env:
13+
PYCHARM_HOSTED: "Trick colorama into displaying colored output"
14+
with:
15+
MY_REPO_URL: "https://github.com/${{ github.repository }}"

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check Markdown links
1+
name: links
22

33
on: push
44

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
GitHub action to validate CITATION.cff files, and convert to other citation formats using dockerized version of [cffconvert](https://pypi.org/project/cffconvert/).
44

5-
## Badges
6-
7-
| Description | Badge |
8-
| --- | --- |
9-
| Zenodo | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3993241.svg)](https://doi.org/10.5281/zenodo.3993241) |
10-
| Testing | [![testing](https://github.com/citation-file-format/cffconvert-github-action/workflows/selftest/badge.svg)](https://github.com/citation-file-format/cffconvert-github-action/actions?query=workflow%3A%22selftest%22) |
11-
| Citation metadata | [![citation metadata](https://github.com/citation-file-format/cffconvert-github-action/workflows/cffconvert/badge.svg)](https://github.com/citation-file-format/cffconvert-github-action/actions?query=workflow%3A%22cffconvert%22) |
12-
| Markdown links | [![Check Markdown links](https://github.com/citation-file-format/cffconvert-github-action/actions/workflows/link-check.yml/badge.svg)](https://github.com/citation-file-format/cffconvert-github-action/actions/workflows/link-check.yml) |
5+
[![github repo badge](https://img.shields.io/badge/github-repo-000.svg?logo=github&labelColor=gray&color=blue)](https://github.com/citation-file-format/cffconvert-github-action)
6+
[![github license badge](https://img.shields.io/github/license/citation-file-format/cffconvert-github-action)](https://github.com/citation-file-format/cffconvert-github-action)
7+
[![github marketplace badge](https://img.shields.io/badge/github-marketplace-000.svg?logo=github&labelColor=gray&color=blue)](https://github.com/marketplace/actions/cffconvert)
8+
[![Research Software Directory](https://img.shields.io/badge/rsd-cffconvert--github--action-00a3e3.svg)](https://www.research-software.nl/software/cffconvert-github-action)
9+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3993241.svg)](https://doi.org/10.5281/zenodo.3993241)
10+
[![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow)](https://fair-software.eu)
11+
[![testing](https://github.com/citation-file-format/cffconvert-github-action/workflows/selftest/badge.svg)](https://github.com/citation-file-format/cffconvert-github-action/actions?query=workflow%3A%22selftest%22)
12+
[![citation metadata](https://github.com/citation-file-format/cffconvert-github-action/workflows/cffconvert/badge.svg)](https://github.com/citation-file-format/cffconvert-github-action/actions?query=workflow%3A%22cffconvert%22)
13+
[![links](https://github.com/citation-file-format/cffconvert-github-action/actions/workflows/link-check.yml/badge.svg)](https://github.com/citation-file-format/cffconvert-github-action/actions/workflows/link-check.yml)
14+
[![fair software badge](https://github.com/citation-file-format/cffconvert-github-action/actions/workflows/fair-software.yml/badge.svg)](https://github.com/citation-file-format/cffconvert-github-action/actions/workflows/fair-software.yml)
1315

1416
## Usage
1517

0 commit comments

Comments
 (0)