We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install_dependencies
1 parent e5a0517 commit c464122Copy full SHA for c464122
.github/workflows/revdepcheck.yaml
@@ -90,14 +90,6 @@ jobs:
90
echo "gchat_webhook=${{ secrets.GCHAT_WEBHOOK }}" >> $GITHUB_ENV
91
shell: bash
92
93
- - name: Install dependencies
94
- uses: insightsengineering/setup-r-dependencies@v1
95
- env:
96
- GITHUB_PAT: ${{ steps.github-token.outputs.token }}
97
- with:
98
- lookup-refs: ${{ inputs.lookup-refs }}
99
- skip-desc-branch: true
100
-
101
- name: revdepcheck 🔄
102
id: revdepcheck
103
uses: insightsengineering/r-revdepcheck-action@main
0 commit comments