Assign NA to profile ranking for products which have only one `activi… #63
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow | ||
on: | ||
push: | ||
branches: [main, master] | ||
pull_request: | ||
branches: [main, master] | ||
name: R-CMD-check | ||
jobs: | ||
call: | ||
uses: 2DegreesInvesting/tiltDevTools/.github/workflows/R-CMD-check-tiltWebTool.yaml@main | ||
Check failure on line 12 in .github/workflows/call-R-CMD-check-tiltWebTool.yaml
|
||
secrets: inherit |