blackbaud/SKY UX GitHub Actions
GitHub Action for SKY UX libraries.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| code-coverage-browser-set | The named set of browsers to run against. Possible values: "speedy", "quirky", or "paranoid". | no | paranoid |
| code-coverage-threshold-branches | Specifies the minimum required code coverage threshold for branches (e.g. "80"). | no | 100 |
| code-coverage-threshold-functions | Specifies the minimum required code coverage threshold for functions (e.g. "80"). | no | 100 |
| code-coverage-threshold-lines | Specifies the minimum required code coverage threshold for lines (e.g. "80"). | no | 100 |
| code-coverage-threshold-statements | Specifies the minimum required code coverage threshold for statements (e.g. "80"). | no | 100 |
| github-token | The GitHub personal access token used to commit visual test results. | yes | — |
| npm-dry-run | Passes the `--dry-run` flag to `npm publish` for testing purposes. | no | false |
| npm-token | The NPM token used to publish libraries. | no | "" |
| project | The name of the project in angular.json. | yes | — |
| slack-webhook | The Slack webhook used to push notifications. | no | — |
| validate-dependencies | Validates the library's dependencies against what is provided in the workspace package.json. | no | true |
| working-directory | Run the action in a different subdirectory. | no | ./ |
| hook-after-build-public-library-success | The path to a Node.js script to run after the SKY UX library is successfully built. | no | — |
| hook-after-code-coverage-success | The path to a Node.js script to run after code coverage passes. | no | — |
| hook-before-script | The path to a Node.js script to run before the primary script is executed. | no | — |
Outputs
no outputs