https://github.com/archgate/check-action
GitHub Action to run Archgate ADR compliance checks
https://github.com/archgate/check-action
Last synced: about 5 hours ago
JSON representation
GitHub Action to run Archgate ADR compliance checks
- Host: GitHub
- URL: https://github.com/archgate/check-action
- Owner: archgate
- License: apache-2.0
- Created: 2026-03-20T13:46:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-23T21:47:26.000Z (20 days ago)
- Last Synced: 2026-05-23T23:22:35.581Z (20 days ago)
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Archgate Check
Official GitHub Action to run [Archgate](https://archgate.dev) ADR compliance checks on your repository. Automatically installs Archgate and runs `archgate check --ci`, outputting GitHub annotations for any violations.
## Inputs
| Input | Required | Default | Description |
|-----------|----------|----------|------------------------------------------------|
| `version` | No | `latest` | Archgate version to install (e.g. `v0.14.0`). |
## Usage
```yaml
name: Archgate
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: archgate/check-action@v1
```
## License
[Apache 2.0](LICENSE)