Assign NA to profile ranking for products which have only one activity_uuid_product_uuid
for reference group unit_isic_4digit
#64
Workflow file for this run
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.yaml@main | |
secrets: inherit |