Skip to content

Bump lucide-react from 0.377.0 to 0.418.0 in /frontend #161

Bump lucide-react from 0.377.0 to 0.418.0 in /frontend

Bump lucide-react from 0.377.0 to 0.418.0 in /frontend #161

Workflow file for this run

name: clippy
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
clippy:
strategy:
matrix:
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: contracts
steps:
- name: Install Rust nightly toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
target: wasm32-unknown-unknown
override: true
components: clippy
- uses: actions/checkout@v4
- name: Cache
uses: Swatinem/rust-cache@v2
- name: Run clippy
run: cargo clippy --verbose --no-default-features -- -D warnings