Skip to content

Commit

Permalink
Missing lines in config (#6376)
Browse files Browse the repository at this point in the history
* Missing lines in config

* Also restore 'shell:' entry
  • Loading branch information
MichaelChirico authored Aug 19, 2024
1 parent 36e9f2c commit c0d32fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit c0d32fe

Please sign in to comment.