Skip to content

Commit 1d93730

Browse files
committed
feat: github ci (remove staknet-rs unsatble dep)
1 parent f65daac commit 1d93730

File tree

3 files changed

+49
-2651
lines changed

3 files changed

+49
-2651
lines changed

.github/workflows/sdk_ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ jobs:
3535
- name: Check formatting
3636
run: cargo fmt --check
3737

38-
clippy:
39-
name: Clippy
40-
runs-on: ubuntu-latest
41-
steps:
42-
- uses: actions/checkout@v4
43-
44-
- name: Install the Rust toolchain
45-
uses: actions-rust-lang/setup-rust-toolchain@v1
46-
with:
47-
components: clippy
48-
cache: false
49-
50-
- name: Run clippy
51-
run: cargo clippy -- -D warnings
38+
# clippy:
39+
# name: Clippy
40+
# runs-on: ubuntu-latest
41+
# steps:
42+
# - uses: actions/checkout@v4
43+
44+
# - name: Install the Rust toolchain
45+
# uses: actions-rust-lang/setup-rust-toolchain@v1
46+
# with:
47+
# components: clippy
48+
# cache: false
49+
50+
# - name: Run clippy
51+
# run: cargo clippy -- -D warnings

0 commit comments

Comments
 (0)