Skip to content

Commit 6e3ee7b

Browse files
committed
chore: cache hermit in lint workflow
1 parent e85ca1a commit 6e3ee7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222

2323
- uses: actions/checkout@v5
2424

25+
- name: Activate Hermit
26+
uses: cashapp/activate-hermit@v1
27+
with:
28+
cache: "true"
29+
2530
- name: Run golangci-lint
2631
run: ./bin/golangci-lint run ./...
2732

0 commit comments

Comments
 (0)