Skip to content

Commit

Permalink
Use gitactions and pre-commit configs hosted in ramnog
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikSpiegel committed Mar 20, 2024
1 parent 4928981 commit 36a5be0
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 424 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 36a5be0

Please sign in to comment.