Skip to content

Commit

Permalink
add version update check
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenke-pik committed Feb 12, 2024
1 parent 61607b5 commit f78a76a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
[ -f requirements.txt ] && python -m pip install --upgrade pip wheel || true
[ -f requirements.txt ] && pip install -r requirements.txt || true
- name: Verify that lucode2::buildLibrary was successful
shell: Rscript {0}
run: lucode2:::isVersionUpdated()

- name: Verify validation key
shell: Rscript {0}
run: lucode2:::validkey(stopIfInvalid = TRUE)
Expand Down

0 comments on commit f78a76a

Please sign in to comment.