Skip to content

Commit

Permalink
Merge pull request #1067 from RobAndrewHurst/repo_vis
Browse files Browse the repository at this point in the history
Repository Structure Fingerprinting PR
  • Loading branch information
RobAndrewHurst authored Jan 18, 2024
2 parents b0b07f9 + 7be406b commit 7db3d38
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/diagram.yml
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 7db3d38

Please sign in to comment.