Closes #377 blog post closing the gap in exposure response data #597
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check post tags | |
| on: | |
| pull_request: | |
| branches: | |
| - 'main' | |
| jobs: | |
| Check-post-tags: | |
| runs-on: ubuntu-latest | |
| container: | |
| image: "rocker/tidyverse:4.2.1" | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Run check_post_tags | |
| run: source("R/check_post_tags.R") | |
| shell: Rscript {0} |