File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments