1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-10 22:51:31 +02:00

Ensure code is generated during CI

This commit is contained in:
Joel Speed
2020-11-07 16:31:31 +00:00
parent 9c126f5740
commit eb129a342c
2 changed files with 12 additions and 0 deletions

View File

@@ -33,6 +33,10 @@ jobs:
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
- name: Verify Code Generation
run: |
make verify-generate
- name: Lint
run: |
make lint