sylphxai/GroundAtlas Fleet Gate
Run GroundAtlas update, audit, and fleet adoption checks in GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-spec | npm package spec to execute. Defaults to the package version paired with this action tag. | no | groundatlas@0.1.3 |
| working-directory | Repository directory to inspect. | no | . |
| output-dir | GroundAtlas generated output directory. | no | .groundatlas |
| update | Run ga update before audit/fleet checks. | no | true |
| require-atlas | Require generated atlas.json in the fleet gate. | no | true |
| strict | Fail on fleet warnings as well as blocked projects. | no | false |
| fail-on-diff | Fail if tracked or unignored GroundAtlas generated files or config changed. | no | false |
| manifest-report-path | Optional path for the manifest validation JSON report. Defaults to RUNNER_TEMP. | no | "" |
| fleet-report-path | Optional path for the fleet adoption JSON report. Defaults to RUNNER_TEMP. | no | "" |
| fleet-markdown-report-path | Optional path for the human-readable fleet adoption Markdown report. Defaults to RUNNER_TEMP. | no | "" |
Outputs
| name | description |
|---|---|
| manifest-report-path | Path to the manifest validation JSON report. |
| fleet-report-path | Path to the fleet adoption JSON report. |
| fleet-markdown-report-path | Path to the human-readable fleet adoption Markdown report. |