Skip to content

Commit

Permalink
Add fair software action
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHohmann committed Mar 6, 2024
1 parent 08fe260 commit 742165f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.html
15 changes: 15 additions & 0 deletions .github/workflows/fair-software.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: fair-software

on: push

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 }}"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ shiny::runApp()
- _people_ : Folder with pictures of authors
- _logos_ : Folder with logos
- _geology_ : Folder with pictures of shell accumulations and stratigraphic columns
- _.github_ : GitHub actions

## License

Expand Down

0 comments on commit 742165f

Please sign in to comment.