Skip to content

Commit

Permalink
add network script in github actions review template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Sep 27, 2023
1 parent 360ce74 commit ce51e3a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
java-version: '8'
- name: download review script
run: curl --silent -L "https://raw.githubusercontent.com/globalbioticinteractions/globinizer/master/check-dataset.sh" > check-dataset.sh
- name: download network compiler script
run: |
curl --silent -L "https://raw.githubusercontent.com/globalbioticinteractions/globinizer/master/compile-network.sh" > compile-network.sh
chmod +x compile-network.sh
- name: review dataset
run: bash check-dataset.sh "${GITHUB_REPOSITORY}"
- name: Share review report
Expand All @@ -32,5 +36,6 @@ jobs:
path: |
README.txt
datasets/
index.*
indexed-*
review*
review*

0 comments on commit ce51e3a

Please sign in to comment.