-
Notifications
You must be signed in to change notification settings - Fork 1
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
9 changed files
with
60 additions
and
49 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Check bash style | ||
|
||
on: | ||
push: | ||
pull_request: | ||
schedule: | ||
- cron: "0 0 16 * *" | ||
|
||
|
||
jobs: | ||
check_bash_style: | ||
|
||
runs-on: ubuntu-latest | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
|
||
- name: Set up Git repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Check bash scripts for style | ||
run: shellcheck *.sh scripts/*.sh |
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,19 @@ | ||
on: | ||
push: | ||
pull_request: | ||
schedule: | ||
- cron: "0 0 12 * *" | ||
|
||
name: check-links | ||
|
||
jobs: | ||
check-links: | ||
runs-on: ubuntu-latest | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- uses: gaurav-nelson/github-action-markdown-link-check@v1 | ||
with: | ||
config-file: 'mlc_config.json' |
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 |
---|---|---|
@@ -1,18 +1,8 @@ | ||
citHeader("To cite reports in publications, please use:") | ||
|
||
citEntry(entry = "article", | ||
title="babette: BEAUti 2, BEAST 2 and Tracer for R", | ||
author="Richèl JC Bilderbeek and Rampal S Etienne", | ||
journal="Methods in Ecology and Evolution", | ||
year="2018", | ||
publisher="Wiley Online Library", | ||
url="https://besjournals.onlinelibrary.wiley.com/doi/10.1111/2041-210X.13032", | ||
textVersion = paste( | ||
"Bilderbeek, Richèl JC, and Etienne, Rampal S.", | ||
"babette: BEAUti 2, BEAST 2 and Tracer for R.", | ||
"Methods in Ecology and Evolution (2018).", | ||
"https://doi.org/10.1111/2041-210X.13032" | ||
) | ||
bibentry( | ||
bibtype = "Article", | ||
author = "Richèl JC Bilderbeek and Rampal S Etienne", | ||
title = "babette: BEAUti 2, BEAST 2 and Tracer for R", | ||
journal = "Methods in Ecology and Evolution", | ||
year = "2008", | ||
url = "https://doi.org/10.1111/2041-210X.13032", | ||
) | ||
|
||
|
Binary file not shown.
Binary file not shown.
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 was deleted.
Oops, something went wrong.