Merge pull request #34 from ropensci/maelle-patch-1 #35
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
# Workflow derived from https://github.com/fair-software/howfairis-github-action | |
name: fair-software | |
on: | |
push: | |
branches: [main, master] | |
pull_request: | |
branches: [main, master] | |
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 }}" |