Skip to content

Commit 7c1c12b

Browse files
committed
Add chekout action to be on the package repository
1 parent c142c72 commit 7c1c12b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ jobs:
517517

518518
- name: Check only affected modules
519519
if: startsWith(${{ github.event.repository.name }}, "teal.modules.") && github.event_name == 'pull_request'
520+
uses: actions/[email protected]
520521
run: |
521522
# Get the list of R files that have changed
522523
files=$(git diff --name-only main.. -- tests/* R/*.R)

0 commit comments

Comments
 (0)