From 36b8db58b0ae3fd65293cc3329e8cf435192cc41 Mon Sep 17 00:00:00 2001 From: Chase <90313190+Chase518@users.noreply.github.com> Date: Sun, 2 Apr 2023 12:30:16 +0000 Subject: [PATCH] try to visualize the codebase --- .github/workflows/create-diagram.yml | 16 ++++++++++++++++ README.md | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 .github/workflows/create-diagram.yml diff --git a/.github/workflows/create-diagram.yml b/.github/workflows/create-diagram.yml new file mode 100644 index 000000000..045c2fe19 --- /dev/null +++ b/.github/workflows/create-diagram.yml @@ -0,0 +1,16 @@ +name: Create diagram +on: + workflow_dispatch: {} + push: + branches: + - main +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: "ignore,.github" \ No newline at end of file diff --git a/README.md b/README.md index d026e61a5..de2950fad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@