Skip to content

Bump lucide-react from 0.377.0 to 0.403.0 in /frontend #160

Bump lucide-react from 0.377.0 to 0.403.0 in /frontend

Bump lucide-react from 0.377.0 to 0.403.0 in /frontend #160

Workflow file for this run

name: Spellcheck
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
spellcheck:
strategy:
matrix:
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: contracts
container:
image: "paritytech/ci-unified:bullseye-1.75.0"
steps:
- uses: actions/checkout@v4
- name: Run spellcheck
shell: bash
run: |
cargo spellcheck check -vvvv --cfg=.config/cargo_spellcheck.toml --checkers hunspell --code 1