Skip to content

chore(deps): bump @web3modal/ui from 4.1.11 to 5.1.10 #6334

chore(deps): bump @web3modal/ui from 4.1.11 to 5.1.10

chore(deps): bump @web3modal/ui from 4.1.11 to 5.1.10 #6334

name: Typo Check
on: [pull_request]
jobs:
check-for-typos:
runs-on: [arc-runner-set]
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install wget
run: sudo apt-get update && sudo apt-get install -y wget
- name: Check for typos
uses: crate-ci/typos@master
with:
config: ${{github.workspace}}/_typos.toml