Skip to content

Commit

Permalink
fix(ci): add missing license-cache target
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <[email protected]>
  • Loading branch information
OverOrion committed Jan 25, 2024
1 parent 6a69eec commit b404b34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ license-check: ${LICENSEI} .licensei.cache ## Run license check
${LICENSEI} check
${LICENSEI} header

.PHONY: license-cache
license-cache: ${LICENSEI} ## Generate license cache
${LICENSEI} cache

stern: | ${BIN}
GOBIN=${BIN} go install github.com/stern/stern@latest

Expand Down

0 comments on commit b404b34

Please sign in to comment.