ci: check license headers (#2076)

Based on the same workflow in Lance.
This commit is contained in:
Will Jones
2025-01-29 08:27:07 -08:00
committed by GitHub
parent 6526d6c3b1
commit 15f8f4d627
164 changed files with 456 additions and 1409 deletions

View File

@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright The LanceDB Authors
fn main() {
pyo3_build_config::add_extension_module_link_args();
}