Skip to content

Commit

Permalink
ci(gh-actions): create visualize-repo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
musicEnfanthen authored Apr 27, 2024
1 parent ec74b51 commit 2ed488b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/visualize-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Visualize repo with diagram

on:
workflow_dispatch: {}
push:
branches:
- main

jobs:
visualize_repo:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/[email protected]
- name: Update diagram
uses: githubocto/repo-visualizer@a999615bdab757559bf94bda1fe6eef232765f85 # ratchet:githubocto/[email protected]
with:
excluded_paths: ".github"

0 comments on commit 2ed488b

Please sign in to comment.