Setup Archgate
ActionsAbout
v1.0.0
LatestBy archgate
Tags
(2)Official GitHub Action to install the Archgate CLI and add it to PATH. Supports all GitHub-hosted runner platforms: Ubuntu, macOS, and Windows.
| Input | Required | Default | Description |
|---|---|---|---|
version |
No | latest |
Archgate version to install (e.g. v0.14.0). |
steps:
- uses: actions/checkout@v4
- uses: archgate/setup-action@v1
with:
version: v0.14.0 # optional, defaults to latest
- run: archgate check --cijobs:
check:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: archgate/setup-action@v1
- run: archgate check --ciSetup Archgate is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.