Skip to content

Commit 9d80c39

Browse files
authored
github: Update asciidoctor-diagrams extension and add GoAT
1 parent 62c4740 commit 9d80c39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/test.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ jobs:
5151
- name: Install gems
5252
run: |
5353
gem install asciidoctor -v "2.0.26"
54-
gem install asciidoctor-diagram -v "3.0.1"
54+
gem install asciidoctor-diagram -v "3.1.0"
5555
gem install asciidoctor-diagram-ditaamini -v "1.0.3"
56+
- name: Install GoAT
57+
run: go install github.com/blampe/goat/cmd/goat@177de93b192b8ffae608e5d9ec421cc99bf68402
5658
- name: Install Java # required by asciidoctor-diagram-ditaamini
5759
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
5860
with:

0 commit comments

Comments
 (0)