Skip to content

Commit aa6bbeb

Browse files
committed
try passing check
1 parent d2b8786 commit aa6bbeb

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,19 @@ jobs:
4747
github::wurli/pedant
4848
needs: check
4949

50+
- name: Install air formatter (Linux)
51+
if: runner.os == 'Linux'
52+
run: curl -LsSf https://github.com/posit-dev/air/releases/latest/download/air-installer.sh | sh
53+
54+
- name: Install air formatter (macOS)
55+
if: runner.os == 'macOS'
56+
run: brew install air
57+
58+
- name: Install air formatter (Windows)
59+
if: runner.os == 'Windows'
60+
shell: pwsh
61+
run: irm https://github.com/posit-dev/air/releases/latest/download/air-installer.ps1 | iex
62+
5063
- uses: r-lib/actions/check-r-package@v2
5164
with:
5265
upload-snapshots: true

0 commit comments

Comments
 (0)