diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index 21b416dc7..cd4d7fc7f 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -72,6 +72,9 @@ jobs: shell: Rscript {0} lint-md: + runs-on: ubuntu-latest + steps: - name: Lint run: | for (f in list.files('.ci/linters/md', full.names=TRUE)) source(f) + shell: Rscript {0}