Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Adds a license check shard to CI #34274

Merged
merged 1 commit into from
Jun 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,14 @@ targets:
clobber: "true"
timeout: 60

- name: Linux License
recipe: engine/engine_license
bringup: true
properties:
add_recipes_cq: "true"
clobber: "true"
timeout: 60

- name: Linux clang-tidy
recipe: engine/engine_lint
properties:
Expand Down