Merge pull request #159 from FDA-AI/sweep/create_github_issues_for_al… #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Visualizing Codebase 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@main | |
with: | |
branch: diagram | |
# excluded_paths: "ignore,.github" |