Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

chore: bump sdk-core to 4.0.7, v2-sdk to 4.0.1, v3-sdk to 3.10.1, and router-sdk to 1.7.5 #540

chore: bump sdk-core to 4.0.7, v2-sdk to 4.0.1, v3-sdk to 3.10.1, and router-sdk to 1.7.5

chore: bump sdk-core to 4.0.7, v2-sdk to 4.0.1, v3-sdk to 3.10.1, and router-sdk to 1.7.5 #540

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Lint
run: yarn prettier