Skip to content

fix

fix #25

Workflow file for this run

name: main
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
container:
image: structurizr/cli:latest
steps:
- uses: actions/checkout@v4
- name: Generate diagrams
run: |
bash scripts/gerar-diagramas.sh relacionamentos
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Generate diagrams for relacionamentos"
branch: ${{ github.ref }}