Skip to content
Open
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 @@ -26,14 +26,14 @@ jobs:

- name: Validate ADR Format
# main
uses: zircote/adrscope@f5b56af9f5ebe72a480770ff9389fcc46345cb66
uses: zircote/adrscope@15b8b2658badb6ee22bc1cac797dcb503dd0c2a5
with:
command: validate
adr-path: docs/adr

- name: Get ADR Statistics
# main
uses: zircote/adrscope@f5b56af9f5ebe72a480770ff9389fcc46345cb66
uses: zircote/adrscope@15b8b2658badb6ee22bc1cac797dcb503dd0c2a5
with:
command: stats
adr-path: 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@15b8b2658badb6ee22bc1cac797dcb503dd0c2a5
with:
command: html
adr-path: docs/adr
Expand Down
Loading