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.
1 parent b84b57e commit 33037aeCopy full SHA for 33037ae
.github/workflows/validate-submission.yaml
@@ -2,11 +2,6 @@ name: Hub Submission Validation (R)
2
3
on:
4
workflow_dispatch:
5
- inputs:
6
- pr_number:
7
- description: 'PR Number'
8
- required: true
9
- type: integer
10
pull_request:
11
branches: main
12
paths:
@@ -35,9 +30,11 @@ jobs:
35
30
36
31
- uses: r-lib/actions/setup-r-dependencies@v2
37
32
with:
33
+ pak-version: "devel"
38
34
packages: |
39
- github::hubverse-org/hubValidations
40
- any::sessioninfo
+ any::hubValidations
+ any::sessioninfo
+
41
- name: Run validations
42
env:
43
PR_NUMBER: ${{ github.event.number }}
0 commit comments