Skip to content

Commit

Permalink
Centralize pre-commit and git-action to hta-pharma/ramnog (#23)
Browse files Browse the repository at this point in the history
* 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
3 people authored Mar 26, 2024
1 parent fba4afb commit fa9b590
Show file tree
Hide file tree
Showing 15 changed files with 76 additions and 489 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/Check-package.yaml
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



47 changes: 0 additions & 47 deletions .github/workflows/Check.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/R-CMD-check.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/Release-package.yaml
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



180 changes: 0 additions & 180 deletions .github/workflows/Roxygen.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/Test.yaml

This file was deleted.

Loading

0 comments on commit fa9b590

Please sign in to comment.