Skip to content

Commit

Permalink
Create phuse-cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
epijim authored Dec 29, 2023
1 parent 55690f6 commit bde196b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/phuse-cicd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Run R-CMD-check
# sourced from phuse-org/devops-toolkit

on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches:
- main
push:
branches:
- main
workflow_dispatch:

jobs:
links:
name: Links
uses: phuse-org/devops-toolkit/.github/workflows/R-CMD-check.yml@main

0 comments on commit bde196b

Please sign in to comment.