Skip to content

Commit c48554a

Browse files
committed
Add TODO to use_air() re: GHA
1 parent 4b248de commit c48554a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

R/air.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ use_air <- function(vscode = TRUE) {
8787

8888
ui_bullets(c(
8989
"_" = "Read the {.href [Air editors guide](https://posit-dev.github.io/air/editors.html)}
90-
to learn how to invoke Air in your preferred editor."
90+
to learn how to invoke Air in your preferred editor.",
91+
"_" = "Read {.href [Air's GitHub Actions guide](https://posit-dev.github.io/air/integration-github-actions.html)}
92+
to learn about GHA workflows that continuously run formatting checks."
9193
))
9294

9395
invisible(TRUE)

tests/testthat/_snaps/air.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
v Creating '.vscode/extensions.json'.
1212
[ ] Read the Air editors guide (<https://posit-dev.github.io/air/editors.html>)
1313
to learn how to invoke Air in your preferred editor.
14+
[ ] Read Air's GitHub Actions guide
15+
(<https://posit-dev.github.io/air/integration-github-actions.html>) to learn
16+
about GHA workflows that continuously run formatting checks.
1417

1518
---
1619

0 commit comments

Comments
 (0)