Commit d0d2a3c
committed
fix(ci): delete examples before linting
In this workflow we only want to check generated code and don't want to
fail the build when waiters or examples do not match the generated code.
Examples often use waiters, so the `make sync-tidy` step in sdk-go would
fail when there are no waiters. Thus we also remove the examples before
linting.1 parent e549b05 commit d0d2a3c
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
0 commit comments