Skip to content

Bump @web3modal/wagmi from 4.1.1 to 5.0.1 #40

Bump @web3modal/wagmi from 4.1.1 to 5.0.1

Bump @web3modal/wagmi from 4.1.1 to 5.0.1 #40

Workflow file for this run

name: reviewdog
on:
# Runs on pushes targeting the default branch
push:
branches: [ "master" ]
paths-ignore:
- '**.md'
pull_request:
branches: [ "master" ]
paths-ignore:
- '**.md'
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
eslint_flags: "js/ worker/"