Skip to content

Commit

Permalink
ci(workflow): check predicates documentation is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Oct 23, 2023
1 parent 994afe5 commit 144c5ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 144c5ab

Please sign in to comment.