Skip to content

Commit

Permalink
#196 update
Browse files Browse the repository at this point in the history
  • Loading branch information
manciniedoardo committed Aug 6, 2024
1 parent a3768c2 commit a59f89e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/check_post_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ jobs:
container:
image: "rocker/tidyverse:4.2.1"
steps:
- uses: actions/checkout@v3

- name: Install rmarkdown
run: R -e 'install.packages("rmarkdown")'
shell: Rscript {0}

- uses: actions/checkout@v4
- name: Run check_post_tags
run: Rscript -e 'source("R/check_post_tags.R")'
shell: Rscript {0}

0 comments on commit a59f89e

Please sign in to comment.