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 4a81f6d commit b62353e
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 @@ -49,6 +49,10 @@ jobs:
shell: Rscript {0}
run: lucode2:::validkey(stopIfInvalid = TRUE)

- name: Verify that lucode2::buildLibrary was successful
shell: Rscript {0}
run: lucode2:::isVersionUpdated()

- name: Checks
shell: Rscript {0}
run: |
Expand Down

0 comments on commit b62353e

Please sign in to comment.