From 7be406b271bd8bae73475640deca81c7852a7927 Mon Sep 17 00:00:00 2001 From: Robert Hurst Date: Thu, 18 Jan 2024 10:40:53 +0200 Subject: [PATCH] Repository vis init --- .github/workflows/diagram.yml | 17 +++++++++++++++++ README.md | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 .github/workflows/diagram.yml diff --git a/.github/workflows/diagram.yml b/.github/workflows/diagram.yml new file mode 100644 index 0000000000..219572f9f6 --- /dev/null +++ b/.github/workflows/diagram.yml @@ -0,0 +1,17 @@ +name: Create diagram +on: + workflow_dispatch: {} + push: + branches: + - main + - development +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 609f77505d..1891fc0381 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,7 @@ Free use of the code in this repository is allowed through a [MIT license](https ## BrowserStack BrowserStack supports this OpenSource project and provides us with valuable tools to test the Mapp library on different client platforms. + +### Repository Visualisation + +![Visualization of the codebase](./diagram.svg)