From 4104636456ae408c27be223840a479e39fe8b284 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Mon, 16 Jan 2023 11:44:03 +0100 Subject: [PATCH] build: Add `fair-software.eu` compliance checker --- .github/workflows/fair-software.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/fair-software.yml diff --git a/.github/workflows/fair-software.yml b/.github/workflows/fair-software.yml new file mode 100644 index 00000000..c9e50b28 --- /dev/null +++ b/.github/workflows/fair-software.yml @@ -0,0 +1,15 @@ +name: fair-software + +on: push + +jobs: + verify: + name: "fair-software" + runs-on: ubuntu-latest + steps: + - uses: fair-software/howfairis-github-action@0.2.1 + name: Measure compliance with fair-software.eu recommendations + env: + PYCHARM_HOSTED: "Trick colorama into displaying colored output" + with: + MY_REPO_URL: "https://github.com/${{ github.repository }}"