17 lines
330 B
YAML
17 lines
330 B
YAML
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:
|
|
root_path: 'lua/neogen'
|