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 d2b8786 commit aa6bbebCopy full SHA for aa6bbeb
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -47,6 +47,19 @@ jobs:
47
github::wurli/pedant
48
needs: check
49
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
63
- uses: r-lib/actions/check-r-package@v2
64
with:
65
upload-snapshots: true
0 commit comments