Skip to content

Commit

Permalink
matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiobotaro committed Mar 29, 2024
1 parent 427430a commit 100e3eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 4,9 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
repo: [relacionamentos, icones]
permissions:
contents: write
container:
Expand All @@ -16,5 19,10 @@ jobs:
- uses: actions/checkout@v4
- name: Generate diagrams
run: |
bash scripts/gerar-diagramas.sh relacionamentos
git status
bash scripts/gerar-diagramas.sh ${{ matrix.repo }}
- name: Status
run: git status
# - name: Commit changes
# uses: stefanzweifel/git-auto-commit-action@v5
# with:
# commit_message: "Diagramas gerados automaticamente"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 1,4 @@
out
.structurizr
*/export-diagrams.js
*.mmd

0 comments on commit 100e3eb

Please sign in to comment.