diff --git a/.github/workflows/spell_check.yml b/.github/workflows/spell_check.yml index 4d1776b6..6e244350 100644 --- a/.github/workflows/spell_check.yml +++ b/.github/workflows/spell_check.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | - R -e "install.packages(c('spelling', 'testthat', 'stringr')" + R -e "install.packages(c('spelling', 'testthat', 'stringr'))" shell: Rscript {0} - name: Run Spelling Check test