File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 required : false
1818 type : boolean
1919 default : false
20+ error-on :
21+ description : ' What type of result should cause a build error?'
22+ required : false
23+ type : string
24+ default : ' "warning"'
2025permissions :
2126 contents : read
2227jobs :
4045 r : oldrel-1
4146 env :
4247 R_KEEP_PKG_SOURCE : true
48+ ERROR_ON_DEFAULT : ' "warning"'
4349 steps :
4450 - uses : actions/checkout@v4
4551 - name : Package specific setup
5864 - uses : r-lib/actions/check-r-package@v2
5965 with :
6066 upload-snapshots : true
67+ error-on : ' ${{ inputs.error-on || env.ERROR_ON_DEFAULT }}'
Original file line number Diff line number Diff line change 1717 required : false
1818 type : boolean
1919 default : false
20+ error-on :
21+ description : ' What type of result should cause a build error?'
22+ required : false
23+ type : string
24+ default : ' "warning"'
2025permissions :
2126 contents : read
2227jobs :
3742 r : 4.4.1
3843 env :
3944 R_KEEP_PKG_SOURCE : ' yes'
45+ ERROR_ON_DEFAULT : ' "warning"'
4046 steps :
4147 - uses : actions/checkout@v4
4248 - name : Package specific setup
5561 - uses : r-lib/actions/check-r-package@v2
5662 with :
5763 upload-snapshots : true
64+ error-on : ' ${{ inputs.error-on || env.ERROR_ON_DEFAULT }}'
You can’t perform that action at this time.
0 commit comments