Skip to content

Add fair-software badge #4

Add fair-software badge

Add fair-software badge #4

Workflow file for this run

# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2023–2024 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH / Matthias Kretz <[email protected]>
name: fair-software
on:
push:
branches: [ master, main ]
jobs:
verify:
name: "fair-software"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: mattkretz/howfairis
path: howfairis
- name: Install mattkretz/howfairis
run: pipx install ./howfairis
- name: Measure compliance with fair-software.eu recommendations
env:
PYCHARM_HOSTED: "Trick colorama into displaying colored output"
run: howfairis "https://github.com/${{ github.repository }}"