[#268] Add dirty version check

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
pull/266/head
Alexey Vanin 2023-11-22 10:56:05 +03:00 committed by Alexey Vanin
parent ff1ec56d24
commit 0db6cd6727
1 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,6 @@ jobs:
- name: Build binary
run: make
- name: Check dirty suffix
run: if [[ $(make version) == *"dirty"* ]]; then echo "Version has dirty suffix" && exit 1; fi