This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 5eb1070 ci: Fix version for apache/skywalking-eyes/header (#4)
5eb1070 is described below
commit 5eb1070dfb50a33b44753aef5d23230ffe7b5811
Author: Xuanwo <[email protected]>
AuthorDate: Fri Jul 21 17:13:24 2023 +0800
ci: Fix version for apache/skywalking-eyes/header (#4)
* ci: Fix version for apache/skywalking-eyes/header
Signed-off-by: Xuanwo <[email protected]>
* ignore all md
Signed-off-by: Xuanwo <[email protected]>
* Make happy
Signed-off-by: Xuanwo <[email protected]>
---------
Signed-off-by: Xuanwo <[email protected]>
---
.github/workflows/ci.yml | 2 +-
.licenserc.yaml | 1 +
src/lib.rs | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 526ffcd..1211b4d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3
- name: Check License Header
- uses: apache/skywalking-eyes/[email protected]
+ uses: apache/skywalking-eyes/[email protected]
- name: Cargo format
run: cargo fmt --all -- --check
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 7dd2cae..21234c8 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -23,5 +23,6 @@ header:
paths-ignore:
- 'LICENSE'
- 'NOTICE'
+ - '**/*.md'
comment: on-failure
diff --git a/src/lib.rs b/src/lib.rs
index 5cd17fb..b2b6057 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -15,3 +15,4 @@
// specific language governing permissions and limitations
// under the License.
+//! Native Rust implementation of Apache Iceberg