From 2470dce929c3cd2b34dec8c80c3b937fcc3fd7aa Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Thu, 25 Aug 2022 19:31:59 +0200 Subject: [PATCH] Add create-repo-diagram GHA --- .github/workflows/create-repo-diagram.yml | 16 ++++++++++++++++ README.md | 1 + 2 files changed, 17 insertions(+) create mode 100644 .github/workflows/create-repo-diagram.yml diff --git a/.github/workflows/create-repo-diagram.yml b/.github/workflows/create-repo-diagram.yml new file mode 100644 index 000000000..1ead2f597 --- /dev/null +++ b/.github/workflows/create-repo-diagram.yml @@ -0,0 +1,16 @@ +name: Create repo diagram +on: + workflow_dispatch: { } + push: + branches: + - v2-mst-aptd-at-lcz-sty +jobs: + get_data: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@master + - name: Update diagram + uses: githubocto/repo-visualizer@main + with: + excluded_paths: ".github,.next,.storybook,docs,public,scripts,svg-to-react" diff --git a/README.md b/README.md index c29775299..19dff2336 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # [Go to documentation](https://github.com/UnlyEd/next-right-now) +![Visualization of the codebase](./diagram.svg)