Merge pull request #256 from KernelTuner/support_python_312 #263
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [email protected] | |
message: "Update README" | |
add: "README.*" |