Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Reject sign exact solana tx in sign msg request #3401

Reject sign exact solana tx in sign msg request

Reject sign exact solana tx in sign msg request #3401

Workflow file for this run

name: CI - Lint
on:
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
clippy_check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v6
- name: Setup Rust
uses: ./.github/actions/setup-rust-ci
with:
sccache: "false"
- name: Run Lint
run: just lint