chore(deps): update dependency org.slf4j:slf4j-nop to v2.0.14 #281
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
# Diagrams from https://githubnext.com/projects/repo-visualization/ | |
name: create-diagram | |
on: | |
push: | |
branches: [ main ] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
name: Create diagram | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@master | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
- name: Repo Visualizer | |
uses: githubocto/[email protected] | |
with: | |
excluded_paths: ".github" | |
commit_message: "docs: update diagram" |