Commit b528cac
authored
ci: Ensure all generated code is committed (#1570)
When running:
```shell
make build
make test
………
```
There is a whole bunch of generated code that is not committed, which should have been committed. This workflow change ensure the CI jobs fails if any generated code is forgotten to be committed.
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>1 parent 2d52540 commit b528cac
File tree
3 files changed
+15
-0
lines changed- .github/workflows
- apis/fluentbit/v1alpha2/plugins
- filter
- input
3 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
66 | 71 | | |
67 | 72 | | |
68 | 73 | | |
| |||
Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments