-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from RMI-PACTA/ci/54-use-rmi-actions
Add action to use central RMI actions
- Loading branch information
Showing
11 changed files
with
36 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
# This example file will enable R language checks on push or PR to the main | ||
# branch. | ||
# | ||
# Note the @main in `uses:` on the last line. This will call the latest version | ||
# of the workflow from the `main` brnach in the RMI-PACTA/actions repo. You can | ||
# also specify a tag from that repo, or a commit SHA to pin action versions. | ||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
|
||
name: R | ||
|
||
jobs: | ||
R-package: | ||
name: R Package Checks | ||
uses: RMI-PACTA/actions/.github/workflows/R.yml@main |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
on: | ||
pull_request: | ||
push: | ||
branches: [main] | ||
schedule: | ||
- cron: '0 0 * * 1,2,3,4,5' | ||
|
||
name: Docker | ||
|
||
jobs: | ||
docker: | ||
name: Docker actions | ||
uses: RMI-PACTA/actions/.github/workflows/docker.yml@main |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ Imports: | |
rlang, | ||
withr | ||
Suggests: | ||
RSQLite, | ||
rstudioapi, | ||
testthat (>= 3.0.0) | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters