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

Integrate new contract package with new PendleSwap (#249) #27

Integrate new contract package with new PendleSwap (#249)

Integrate new contract package with new PendleSwap (#249) #27

name: Lint and typecheck
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup environment
uses: ./.github/workflows/setup-env
with:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Lint
run: yarn lint:nofix
- name: Type checking
run: yarn typecheck