Skip to content

Create diagram

Create diagram #30

Workflow file for this run

name: Create diagram
on:
workflow_dispatch: {}
create:
tags:
- v*
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
output_file: "images/diagram.svg"
excluded_paths: "dist,node_modules,package-lock.json,.luacheckrc"