Adds risk classification to transition risk scores using the user-facing profile_transition_risk
function
#17
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 |