Skip to content

Commit

Permalink
Centralizes git actions and pre-commit config to be hosted in hta-pha…
Browse files Browse the repository at this point in the history
…rma/ramnog (#4)

* Use gitactions and pre-commit configs hosted in ramnog

* Adds pkgdown-ghpages for documentation

* Adds codecov url and redirects dev-info to ramnog

* fix ramnog ref
  • Loading branch information
HenrikSpiegel authored Mar 22, 2024
1 parent 4928981 commit 274f4cb
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 469 deletions.
4 changes: 4 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
^\.Rproj\.user$
^LICENSE\.md$
README.html
^_pkgdown\.yml$
^docs$
^pkgdown$
^\.github$
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: Check 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 274f4cb

Please sign in to comment.