Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanThoma committed May 2, 2024
1 parent 2b22982 commit 1045459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spell_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1045459

Please sign in to comment.