From c0d32fe0015dba9ff6fb597bf8ebd85ce33c56e8 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Sun, 18 Aug 2024 21:19:23 -0700 Subject: [PATCH] Missing lines in config (#6376) * Missing lines in config * Also restore 'shell:' entry --- .github/workflows/code-quality.yaml | 3 +++ 1 file changed, 3 insertions(+) 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}