Skip to content

correct badge path #268

correct badge path

correct badge path #268

name: FAIR software badge creation
on:
push:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
verify:
name: "fair-software badge check"
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: benvanwerkhoven/howfairis-github-action@main
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 }}"
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
author_name: GitHub actions user
author_email: action@github.com
message: "Update README"
add: "README.*"