-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Centralize pre-commit and git-action to hta-pharma/ramnog (#23)
* Centralize pre-commit and git-action to hta-pharma/ramnog * Consume workflows from ramnog@main instead of dev branch * Added reference to ramnog * Rename so that it matches workflows * Remove un-used argument in use_chef --------- Co-authored-by: Henrik Sparre Spiegelhauer (HSPU) <hspu@novonordisk.com> Co-authored-by: Matthew Phelps <mewp@novonordisk.com>
- Loading branch information
1 parent
fba4afb
commit fa9b590
Showing
15 changed files
with
76 additions
and
489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
on: | ||
push: | ||
branches: [main, stage, dev] | ||
pull_request: | ||
branches: [main, stage, dev] | ||
workflow_dispatch: | ||
|
||
name: Check Package 📦 | ||
|
||
jobs: | ||
check: | ||
name: Checks (from ramnog) | ||
uses: hta-pharma/ramnog/.github/workflows/Check-package.yaml@main | ||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
on: | ||
push: | ||
branches: [main, stage, dev] | ||
pull_request: | ||
branches: [main, stage, dev] | ||
workflow_dispatch: | ||
|
||
name: Release Package 🚀 | ||
|
||
jobs: | ||
check: | ||
name: Release (from ramnog) | ||
uses: hta-pharma/ramnog/.github/workflows/Release-package.yaml@main | ||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.