Skip to content

Commit d049bef

Browse files
committed
Added GH for basic precommit testing on PR - added R install
1 parent d9146c8 commit d049bef

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/workflows/ci.yaml

+12-5
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,15 @@ jobs:
1111
qa:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/setup-python@v5
16-
with:
17-
python-version: "3.10"
18-
- uses: pre-commit/[email protected]
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-python@v5
16+
with:
17+
python-version: "3.11"
18+
- uses: r-lib/actions/setup-r@v2
19+
with:
20+
r-version: 'release'
21+
use-public-rspm: true
22+
- uses: r-lib/actions/setup-r-dependencies@v2
23+
with:
24+
extra-packages: rcmdcheck, pkgdown, R.cache
25+
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)