Skip to content

Commit

Permalink
#196 update to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manciniedoardo committed Aug 6, 2024
1 parent bd47ea8 commit 8a7520b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check_post_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request: {branches: ['main']}

jobs:
Style:
Check Post Tags:
runs-on: ubuntu-latest
container: {image: "rocker/tidyverse:4.2.1"}
steps:
Expand All @@ -12,8 +12,6 @@ jobs:
- name: Install rmarkdown
run: install.packages("rmarkdown")
shell: Rscript {0}
- name: styler version
run: packageVersion("styler")
shell: Rscript {0}
- name: Run styler
run: Rscript -e 'source("R/check_post_tags.R")'
Expand Down

0 comments on commit 8a7520b

Please sign in to comment.