ci: set x86_64_v3 target for consistent buildcache #131
This file contains hidden or 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 | |
| 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 }}" |