Create visualizer.yml

This commit is contained in:
danymat
2023-05-04 01:08:22 +02:00
committed by GitHub
parent 9c17225aac
commit 297f6a9b8e

16
.github/workflows/visualizer.yml vendored Normal file
View File

@@ -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@0.7.1
with:
excluded_paths: ".github"