Skip to content

Commit

Permalink
Add action version check
Browse files Browse the repository at this point in the history
  • Loading branch information
josephburnett committed Feb 15, 2025
1 parent 9ad6986 commit ae47fa6
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 @@ -94,6 +94,10 @@ check-version : check-env
echo "Set 'const version = $(JD_VERSION)' in main.go." ; \
false ; \
fi
@if ! grep -q $(JD_VERSION) action.yml; then \
echo "Set 'docker://josephburnett/jd:$(JD_VERSION)' in action.yml." ; \
false ; \
fi

.PHONY : check-env
check-env :
Expand Down

0 comments on commit ae47fa6

Please sign in to comment.