Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed May 21, 2024
1 parent e697b68 commit 93d8cec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
push:
branches:
- main
# - setup-workflows
- setup-workflows
workflow_dispatch:


Expand All @@ -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
26 changes: 11 additions & 15 deletions .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 93d8cec

Please sign in to comment.