Skip to content

chore: bump sor to 4.6.2 - bump sdk-core to 5.8.3 for worldchain and unichain sepolia SwapV2Router02 #2267

chore: bump sor to 4.6.2 - bump sdk-core to 5.8.3 for worldchain and unichain sepolia SwapV2Router02

chore: bump sor to 4.6.2 - bump sdk-core to 5.8.3 for worldchain and unichain sepolia SwapV2Router02 #2267

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-linters:
name: Run linters 2
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up node
uses: actions/setup-node@v1
with:
node-version: 16.x
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run fix:lint
- name: Run Prettier
run: npm run fix:prettier