Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 093de5f

Browse files
authored
Lint experimental build artifacts (facebook#17141)
Adds `lint_build` job to the experimental workflow
1 parent 7082d5a commit 093de5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,9 @@ workflows:
398398
- test_build_prod_experimental:
399399
requires:
400400
- build_experimental
401+
- lint_build:
402+
requires:
403+
- build_experimental
401404

402405
fuzz_tests:
403406
triggers:

0 commit comments

Comments
 (0)