Skip to content

Commit

Permalink
Remove lint grpc_gateway for now
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Nov 21, 2023
1 parent abc61d2 commit 29cfb24
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: ffi
args: --all-features --no-deps --manifest-path bindings_ffi/Cargo.toml
- uses: actions-rs/clippy-check@v1
name: Lint api_grpc_gateway
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: api_grpc_gateway
args: --all-features --no-deps --manifest-path xmtp_api_grpc_gateway/Cargo.toml
args: --all-features --no-deps --manifest-path bindings_ffi/Cargo.toml

0 comments on commit 29cfb24

Please sign in to comment.