chore: add checkgenerate test to lint (#404)

This commit is contained in:
Dane Strandboge
2022-06-23 10:07:38 -05:00
committed by GitHub
parent 09881c0214
commit 85c690f1f1
3 changed files with 23 additions and 0 deletions

View File

@ -274,6 +274,10 @@ jobs:
name: staticcheck
command: make staticcheck
when: always
- run:
name: Check generate
command: make checkgenerate
when: always
check-openapi:
executor: linux-amd64