Skip to content

Commit 2a7d17d

Browse files
authored
[setup-r-dependencies] print repo status (#975)
1 parent d8fa58e commit 2a7d17d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup-r-dependencies/action.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@ runs:
140140
echo "::endgroup::"
141141
shell: bash
142142

143+
- name: Repo status
144+
run: |
145+
options(width = 1000)
146+
pak::repo_status()
147+
shell: Rscript {0}
148+
143149
- name: Query dependencies
144150
id: install
145151
run: |

0 commit comments

Comments
 (0)