Skip to content

[BFT-A][#1928/#1929] Add canonical bonding curve tx codec lane #2448

[BFT-A][#1928/#1929] Add canonical bonding curve tx codec lane

[BFT-A][#1928/#1929] Add canonical bonding curve tx codec lane #2448

Workflow file for this run

name: SonarCloud
on:
push:
branches:
- development
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
libudev-dev \
pkg-config \
libssl-dev \
libdbus-1-dev
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Run Clippy
run: cargo clippy --all-targets --all-features -- -D warnings || true
continue-on-error: true
- name: SonarCloud Scan
uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}