Skip to content

archgate/check-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archgate Check

Official GitHub Action to run Archgate 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

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

About

GitHub Action to run Archgate ADR compliance checks

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors