Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/adr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:

- name: Validate ADR Format
# main
uses: zircote/adrscope@f5b56af9f5ebe72a480770ff9389fcc46345cb66
uses: zircote/adrscope@9365696ed66886219b74bda8206c1c25e1b6e04d
with:
command: validate
input-dir: docs/adr
pattern: "[0-9]*.md"

- name: Get ADR Statistics
# main
uses: zircote/adrscope@f5b56af9f5ebe72a480770ff9389fcc46345cb66
uses: zircote/adrscope@9365696ed66886219b74bda8206c1c25e1b6e04d
with:
command: stats
input-dir: docs/adr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/adr-viewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Generate ADR HTML
# main
uses: zircote/adrscope@f5b56af9f5ebe72a480770ff9389fcc46345cb66
uses: zircote/adrscope@9365696ed66886219b74bda8206c1c25e1b6e04d
with:
command: html
input-dir: docs/adr
Expand Down
Loading