-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Li0k/iceberg-rust into li0k…
…/catalog_sql_update_table
- Loading branch information
Showing
20 changed files
with
1,161 additions
and
454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,11 +46,12 @@ jobs: | |
- name: Check License Header | ||
uses: apache/skywalking-eyes/[email protected] | ||
|
||
- name: Install cargo-sort | ||
run: make install-cargo-sort | ||
|
||
- name: Install taplo-cli | ||
run: make install-taplo-cli | ||
uses: taiki-e/install-action@v2 | ||
with: | ||
tool: [email protected] | ||
- name: Check toml format | ||
run: make check-toml | ||
|
||
- name: Cargo format | ||
run: make check-fmt | ||
|
@@ -61,11 +62,19 @@ jobs: | |
- name: Cargo clippy | ||
run: make check-clippy | ||
|
||
- name: Install cargo-sort | ||
uses: taiki-e/install-action@v2 | ||
with: | ||
tool: [email protected] | ||
- name: Cargo sort | ||
run: make cargo-sort | ||
run: cargo sort -c -w | ||
|
||
- name: Install cargo-machete | ||
uses: taiki-e/install-action@v2 | ||
with: | ||
tool: cargo-machete | ||
- name: Cargo Machete | ||
run: make cargo-machete | ||
run: cargo machete | ||
|
||
build: | ||
runs-on: ${{ matrix.os }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.