Skip to content

0.4.0

0.4.0 #27

Workflow file for this run

name: Create diagram
on:
workflow_dispatch: {}
push:
branches:
- main
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"