-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,455 changed files
with
206,073 additions
and
10,009 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
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
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# SPDX-FileCopyrightText: 2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH, Darmstadt, Germany | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
name: Check AUTHORS and CONTRIBUTORS in metadata | ||
|
||
on: | ||
push: | ||
paths: | ||
- AUTHORS | ||
- CONTRIBUTORS | ||
- codemeta.json | ||
- .zenodo.json | ||
pull_request: | ||
paths: | ||
- AUTHORS | ||
- CONTRIBUTORS | ||
- codemeta.json | ||
- .zenodo.json | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Try updating metadata | ||
run: python meta_update.py | ||
- name: Check for Updates | ||
run: git diff --exit-code |
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
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,7 +1,7 @@ | ||
Al-Turany, Mohammad | ||
Karabowicz, Radoslaw | ||
Klein, Dennis | ||
Kresan, Dmytro | ||
Rybalchenko, Alexey | ||
Tacke, Christian | ||
Uhlig, Florian | ||
Al-Turany, Mohammad [https://orcid.org/0000-0002-8071-4497] | ||
Karabowicz, Radoslaw [https://orcid.org/0009-0005-4083-2711] | ||
Klein, Dennis [https://orcid.org/0000-0003-3787-1910] | ||
Kresan, Dmytro [https://orcid.org/0000-0002-7537-2875] | ||
Rybalchenko, Alexey [https://orcid.org/0000-0002-6249-155X] | ||
Tacke, Christian [https://orcid.org/0000-0002-5321-8404] | ||
Uhlig, Florian [https://orcid.org/0009-0005-3057-8561] |
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
Oops, something went wrong.