Skip to content

Commit

Permalink
Centralize pre-commit and git-action to hta-pharma/ramnog
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Sparre Spiegelhauer (HSPU) committed Mar 20, 2024
1 parent fba4afb commit 7c689f2
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 472 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@feature/workflows_final



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@feature/workflows_final



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 7c689f2

Please sign in to comment.