We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfe8e2 commit 743203eCopy full SHA for 743203e
.github/workflows/R-CMD-check.yaml
@@ -19,7 +19,7 @@ jobs:
19
R-CMD-check:
20
runs-on: ${{ matrix.config.os }}
21
22
- name: ${{ matrix.config.os }} (${{ matrix.config.r }}) [${{ format('{0}', matrix.config.quarto) == 'false' && 'No'}}Quarto ${{ matrix.config.quarto || 'release' }}]
+ name: ${{ matrix.config.os }} (${{ matrix.config.r }}) [${{ format('{0}', matrix.config.quarto) == 'false' && 'No ' || ''}}Quarto ${{ matrix.config.quarto || 'release' }}]
23
24
strategy:
25
fail-fast: false
0 commit comments