From b62353e231a8d2f760ad571cf11924a49467f89d Mon Sep 17 00:00:00 2001 From: Falk Benke Date: Mon, 12 Feb 2024 14:40:17 +0100 Subject: [PATCH] add version update check --- .github/workflows/check.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 870f216e..33f49b89 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -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: |