Skip to content

Commit 2470dce

Browse files
committed
Add create-repo-diagram GHA
1 parent 3103cab commit 2470dce

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Create repo diagram
2+
on:
3+
workflow_dispatch: { }
4+
push:
5+
branches:
6+
- v2-mst-aptd-at-lcz-sty
7+
jobs:
8+
get_data:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@master
13+
- name: Update diagram
14+
uses: githubocto/repo-visualizer@main
15+
with:
16+
excluded_paths: ".github,.next,.storybook,docs,public,scripts,svg-to-react"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# [Go to documentation](https://github.com/UnlyEd/next-right-now)
2+
![Visualization of the codebase](./diagram.svg)

0 commit comments

Comments
 (0)