From cdd029a31cd6c8ad937f38ce2641bab600cc8727 Mon Sep 17 00:00:00 2001 From: ccamel Date: Mon, 23 Oct 2023 16:18:12 +0200 Subject: [PATCH] ci(workflow): check predicates documentation is up to date --- .github/workflows/lint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8c47a03d5..e7ba036cb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -208,6 +208,10 @@ jobs: run: | make doc-proto + - name: Generate predicates documentation + run: | + make doc-predicate + - name: Check Git diff in generated files (proto + docs) run: | if [[ $(git status -s | grep --fixed-strings -v "go.mod" | grep --fixed-strings -v "go.sum") != "" ]]; then