-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use mattkretz/howfairis instead of github action
ChangeLog: * .github/workflows/fair-software.yml: Rewrite. * LICENSES/Apache-2.0.txt: Removed. * README.md: Update badge after howfairis detects Conan.
- Loading branch information
Showing
3 changed files
with
15 additions
and
80 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# SPDX-License-Identifier: CC0-1.0 | ||
# SPDX-FileCopyrightText: 2023–2024 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH / Matthias Kretz <[email protected]> | ||
|
||
name: fair-software | ||
|
||
on: push | ||
on: | ||
push: | ||
branches: [ master, main ] | ||
|
||
jobs: | ||
verify: | ||
name: "fair-software" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: fair-software/[email protected] | ||
name: Measure compliance with fair-software.eu recommendations | ||
- uses: actions/checkout@v4 | ||
with: | ||
repository: mattkretz/howfairis | ||
path: howfairis | ||
|
||
- name: Install mattkretz/howfairis | ||
run: pip install ./howfairis | ||
|
||
- 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 }}" | ||
run: howfairis "https://github.com/${{ github.repository }}" |
This file was deleted.
Oops, something went wrong.
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