Skip to content

Commit

Permalink
repo-visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
heartacker committed Nov 11, 2023
1 parent f3a325c commit 8542c3d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/diagram.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Create diagram
on:
workflow_dispatch: {}
push:
branches:
- master
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Update diagram
uses: githubocto/repo-visualizer@master
with:
excluded_paths: "ignore,.github"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 1. CScripting

![Visualization of the codebase](./diagram.svg)

[![GitHub stars](https://img.shields.io/github/stars/heartacker/CScripting?style=for-the-badge)](https://github.com/heartacker/CScripting)
[![Nuget](https://img.shields.io/nuget/v/CScripting?style=for-the-badge)](https://www.nuget.org/packages/CScripting)
![Nuget](https://img.shields.io/nuget/dt/CScripting?style=for-the-badge)
Expand Down

0 comments on commit 8542c3d

Please sign in to comment.