Add URL to Hernán & Robins bibliography entry #111
Workflow file for this run
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: Spellcheck | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| name: Spellcheck | |
| container: | |
| image: rocker/tidyverse:latest | |
| steps: | |
| - name: Checkout repo | |
| uses: actions/checkout@v3 | |
| - name: Install spelling package | |
| run: | | |
| install.packages("spelling", repos = "https://cloud.r-project.org") | |
| shell: Rscript {0} | |
| - name: Run Spelling Check test | |
| uses: insightsengineering/r-spellcheck-action@v3.0.2 | |
| with: | |
| additional_options: |