From fd9697cd43b8a2fe8b4b7bb3f11a34474758ef23 Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Fri, 19 Jul 2024 15:14:25 +0000 Subject: [PATCH] #84 readded staged deps file and fixed linter check --- .github/workflows/common.yml | 1 + staged_dependencies.yml | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 staged_dependencies.yml diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 01678fa..49aac11 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -90,6 +90,7 @@ jobs: if: github.event_name == 'pull_request' with: r-version: "${{ needs.get_r_version.outputs.r-version }}" + install-package: true links: name: Links uses: pharmaverse/admiralci/.github/workflows/links.yml@main diff --git a/staged_dependencies.yml b/staged_dependencies.yml new file mode 100644 index 0000000..734bdad --- /dev/null +++ b/staged_dependencies.yml @@ -0,0 +1,12 @@ +--- +upstream_repos: + - repo: pharmaverse/admiral + host: https://github.com + - repo: pharmaverse/admiraldev + host: https://github.com + +downstream_repos: + +current_repo: + repo: pharmaverse/admiralpeds + host: https://github.com