Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
/ Inspector Public archive

Generate text and visual summaries of GitHub Workflows in repos.

Notifications You must be signed in to change notification settings

Compton-US/Inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspector

Generate text and visual summaries of GitHub Workflows in repos.

This will generate and overview of the entire repository, and individual workflow diagrams for each workflow.

Tagging:

git tag -a -m "Testing Release" v0.5
git push --follow-tags

Usage:

name: Execute Repository Test Action
on:
  push:
    branches:
      - "feature-*"
jobs:
  run_steps:
    runs-on: ubuntu-20.04
    steps:
      - name: Generate CI documentation.
        uses: Compton-NIST/[email protected]

Usage (setting artifact name):

name: Execute Repository Test Action
on:
  push:
    branches:
      - "feature-*"
jobs:
  run_steps:
    runs-on: ubuntu-20.04
    steps:
      - name: Generate CI documentation.
        uses: Compton-NIST/[email protected]
        with:
          artifact_name: _docs

About

Generate text and visual summaries of GitHub Workflows in repos.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages