Skip to content
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

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeAutopsy GitHub Action 🧬

Keep your architectural documentation and health grade automatically up-to-date on every push.

This action analyzes your codebase and injects a real-time dependency graph and health score directly into your repository's README.

🚀 How to use it

1. Prepare your README Add these exact two HTML comments anywhere in your repository's README.md. CodeAutopsy will safely inject your architecture report strictly between these tags:

2. Add the Workflow Create a new file in your repository at .github/workflows/codeautopsy.yml and paste the following code:

name: Update CodeAutopsy Architecture
on:
  push:
    branches: [ "main", "master" ]

jobs:
  update-readme:
    runs-on: ubuntu-latest
    permissions:
      contents: write # Required to push the updated README back to your repo
    steps:
      - name: Checkout Repository
        uses: actions/checkout@v4
        
      - name: CodeAutopsy Sync
        uses: Sidhant0707/codeautopsy-action@v1.0.0
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          api_endpoint: "[https://codeautopsy-lyart.vercel.app/api/action-sync](https://codeautopsy-lyart.vercel.app/api/action-sync)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages