mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
17 lines
462 B
YAML
17 lines
462 B
YAML
name: fair-software
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
verify:
|
|
name: "fair-software"
|
|
runs-on: ubuntu-latest
|
|
if: github.repository == 'FairRootGroup/FairMQ'
|
|
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 }}"
|