Skip to content

Commit

Permalink
test: use a reusable gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA committed Oct 27, 2021
1 parent 80c889e commit 04ae5e5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 125 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/calc-coverage.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/call-calc-coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Run r cmd check
on: [push, pull_request]

name: call-calc_coverage

jobs:
call-workflow:
uses: k-doering-NOAA/reusable-workflows/.github/workflows/calc-coverage.yml@main
8 changes: 8 additions & 0 deletions .github/workflows/call-r-cmd-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Run r cmd check
on: [push, pull_request]

name: call-r-cmd-check

jobs:
call-workflow:
uses: k-doering-NOAA/reusable-workflows/.github/workflows/r-cmd-check.yml@main
85 changes: 0 additions & 85 deletions .github/workflows/r-cmd-check.yml

This file was deleted.

0 comments on commit 04ae5e5

Please sign in to comment.