diff --git a/.github/workflows/check_chapters.yaml b/.github/workflows/check_chapters.yaml index e8cc017..c4f08ca 100644 --- a/.github/workflows/check_chapters.yaml +++ b/.github/workflows/check_chapters.yaml @@ -20,10 +20,10 @@ jobs: - uses: r-lib/actions/setup-r@v2 - name: Install dependencies - run: | - remotes::install_cran("testthat") - remotes::install_cran("readr") - shell: Rscript {0} + run: | + remotes::install_cran("testthat") + remotes::install_cran("readr") + shell: Rscript {0} - name: Clone the code of all chapters run: ./scripts/clone_all_chapters.sh