bidnessforb/Find and Lint API Changes
Find files that have changed and match API definitions in .postman directory, optionally lint them with Postman CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| postman-directory | Directory containing Postman API files | no | .postman |
| base-ref | Base reference for comparison | no | HEAD~1 |
| run-lint | Whether to run API linting after detecting changes | no | true |
Outputs
| name | description |
|---|---|
| api-changes | JSON array of changed API files |
| has-changes | Whether any API changes were found |
| lint-results | Results of API linting (if run-lint is enabled) |