Skip to content

Commit

Permalink
ci: Add FAIR compliance check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Mar 8, 2023
1 parent 10d8b32 commit 0cdd160
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/fair-software.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: fair-software

on: push

jobs:
verify:
name: "fair-software"
runs-on: ubuntu-latest
if: github.repository == 'FairRootGroup/FairRoot'
steps:
- uses: fair-software/[email protected]
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 }}"

0 comments on commit 0cdd160

Please sign in to comment.