Skip to content

[FRE-1364] fix edit wallet destination address #1090

[FRE-1364] fix edit wallet destination address

[FRE-1364] fix edit wallet destination address #1090

Workflow file for this run

name: ESLint Widget
on:
pull_request:
paths:
- 'packages/widget/**'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: yarn install
working-directory: packages/widget
- name: Run ESLint
run: yarn lint
working-directory: packages/widget