Skip to content

Commit aae6377

Browse files
author
Kate Osborn
committed
Check for changes in generated files in pipeline
1 parent 73015f8 commit aae6377

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: Check if go.mod and go.sum are up to date
5050
run: go mod tidy && git diff --exit-code -- go.mod go.sum
5151

52+
- name: Check if generated files are up to date
53+
run: make generate && git diff --exit-code
54+
5255
unit-tests:
5356
name: Unit Tests
5457
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)