From 93d8cecebe0ec0122cd1c6a7b705506313710d61 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Tue, 21 May 2024 10:58:47 +0200 Subject: [PATCH] Update --- .github/workflows/check.yaml | 5 ++++- .github/workflows/simple.yaml | 26 +++++++++++--------------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 8b62ae2f..9cb7756a 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -13,7 +13,7 @@ on: push: branches: - main - # - setup-workflows + - setup-workflows workflow_dispatch: @@ -22,3 +22,6 @@ jobs: r-cmd: name: R CMD Check 🧬 uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main + validation: + name: R Package Validation report 📃 + uses: insightsengineering/r.pkg.template/.github/workflows/validation.yaml@main diff --git a/.github/workflows/simple.yaml b/.github/workflows/simple.yaml index a8e4508e..56dd61c6 100644 --- a/.github/workflows/simple.yaml +++ b/.github/workflows/simple.yaml @@ -19,26 +19,22 @@ on: # To make sure you can run this workflow in your forked repository, please go to: # Actions and click I understand my workflows... -# For reference, this is how the full list of steps will look like: -# Remove just a single # character at the beginning of line to uncomment. -# -#env: -# ENABLED_STEPS: | -# checkout_repository -# get_package_name -# build_r_package -# run_r_cmd_check -# upload_artifact +# env: +# ENABLED_STEPS: | +# checkout_repository +# get_package_name +# build_r_package +# run_r_cmd_check +# upload_artifact -# Please set this variable to include proper steps. +# When asked to, please add the steps from the list above: env: ENABLED_STEPS: | - None for now, when asked to, please add the steps from above, like this: - step_name_from_above (four spaces before the step name are important!) checkout_repository get_package_name - build_r_package - upload_artifact + build_r_... + run_r_... + upload_... jobs: hello-world-from-r: