Skip to content

Commit

Permalink
test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Dec 23, 2020
1 parent 9309ea7 commit c4589e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sandpaper-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
remotes::install_github('carpentries/sandpaper', dependencies = TRUE)
shell: Rscript {0}

- name: Echo
run: |
cat("::warning file=episodes/01-introduction.Rmd,line=10,col=5::This is a warning")
shell: RScript {0}
- name: Deploy site
run: |
git config --local user.email "actions@github.com"
Expand Down

0 comments on commit c4589e5

Please sign in to comment.