Lint experimental build artifacts (#17141)

Adds `lint_build` job to the experimental workflow
This commit is contained in:
Andrew Clark 2019-10-18 16:03:08 -07:00 committed by GitHub
parent 7082d5a2db
commit 093de5fb43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -398,6 +398,9 @@ workflows:
- test_build_prod_experimental:
requires:
- build_experimental
- lint_build:
requires:
- build_experimental
fuzz_tests:
triggers: