Skip to content

Commit 1ba4e1f

Browse files
authored
Create test_workflow2.yml
1 parent 9847af0 commit 1ba4e1f

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: test_workflow
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- 'main'
7+
8+
jobs:
9+
test_workflow:
10+
runs-on: ubuntu-latest
11+
container:
12+
image: "rocker/tidyverse:4.2.1"
13+
steps:
14+
- uses: actions/checkout@v4
15+
16+
- name: cat
17+
run: cat("hello \n")
18+
19+
- name: Run test_workflow
20+
#run: source("R/test_workflow.R")
21+
#shell: Rscript {0}

0 commit comments

Comments
 (0)