Skip to content

Commit f2e3fbf

Browse files
committed
ci(release-prechecks): check for git-cliff
1 parent 9032cc0 commit f2e3fbf

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/setup-go@v5
1616
with:
1717
go-version-file: go.mod
18+
cache: false
1819

1920
- name: Cache Go modules
2021
uses: actions/cache@v4

.github/workflows/release-prechecks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
version: "~> v2"
4141
install-only: true
4242

43+
- name: Set up git-cliff
44+
uses: kenji-miyake/setup-git-cliff@v2
45+
4346
- name: Install Nix
4447
uses: cachix/install-nix-action@v31
4548

scripts/test-goreleaser.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ check_tool "go"
115115
check_tool "git"
116116
check_tool "gpg"
117117
check_tool "nix-hash"
118+
check_tool "git-cliff"
118119
echo ""
119120

120121
print_status "5. 📊 Validation Summary"

0 commit comments

Comments
 (0)