customerio/SafeJourney Checker
Check Swift code for SafeJourney pattern violations to ensure thread safety
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to check for violations (directory or file) | no | Sources/ |
| fail-on-error | Fail the action if errors are found | no | true |
| fail-on-warning | Fail the action if warnings are found | no | false |
Outputs
| name | description |
|---|---|
| violations-count | Total number of violations found |
| errors-count | Number of error violations found |
| warnings-count | Number of warning violations found |