Skip to content

Commit cc0698a

Browse files
author
Kaitlyn Johnson
committed
use air for styling
1 parent 5ff8a25 commit cc0698a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@
2525
^touchstone$
2626
^cran-comments\.md$
2727
^CRAN-SUBMISSION$
28+
^[\.]?air\.toml$

.github/workflows/pr-commands.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ jobs:
6262
- name: Style
6363
run: Rscript -e 'styler::style_pkg()'
6464

65+
- name: Install Air
66+
uses: posit-dev/setup-air@v1
67+
68+
- name: Check
69+
run: air format . --check
70+
6571
- name: commit
6672
run: |
6773
git config --local user.name "$GITHUB_ACTOR"

0 commit comments

Comments
 (0)