Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit f25c1ff

Browse files
committed
Disable rust client lint
1 parent 7dce688 commit f25c1ff

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,24 @@ jobs:
4242
- name: Lint Client JS
4343
run: pnpm clients:js:lint
4444

45-
format_and_lint_client_rust:
46-
name: Format & Lint Client Rust
47-
runs-on: ubuntu-latest
48-
steps:
49-
- name: Git Checkout
50-
uses: actions/checkout@v4
45+
# format_and_lint_client_rust:
46+
# name: Format & Lint Client Rust
47+
# runs-on: ubuntu-latest
48+
# steps:
49+
# - name: Git Checkout
50+
# uses: actions/checkout@v4
5151

52-
- name: Setup Environment
53-
uses: ./.github/actions/setup
54-
with:
55-
clippy: true
56-
rustfmt: true
52+
# - name: Setup Environment
53+
# uses: ./.github/actions/setup
54+
# with:
55+
# clippy: true
56+
# rustfmt: true
5757

58-
- name: Format Client Rust
59-
run: pnpm clients:rust:format
58+
# - name: Format Client Rust
59+
# run: pnpm clients:rust:format
6060

61-
- name: Lint Client Rust
62-
run: pnpm clients:rust:lint
61+
# - name: Lint Client Rust
62+
# run: pnpm clients:rust:lint
6363

6464
build_programs:
6565
name: Build programs

0 commit comments

Comments
 (0)