Skip to content

Commit ab668ac

Browse files
committed
Check CODEOWNERS in CI
1 parent a661fc6 commit ab668ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Run tests
3939
run: cargo test --workspace --all-features
4040

41+
- name: Check CODEOWNERS
42+
run: cargo run ci check-codeowners
43+
4144
- name: Build the contents of the static API
4245
run: |
4346
cargo run -- static-api build

0 commit comments

Comments
 (0)