Skip to content

feat: add pt sUSDe 27 mar 2025 #305

feat: add pt sUSDe 27 mar 2025

feat: add pt sUSDe 27 mar 2025 #305

Workflow file for this run

name: Check PR
on:
pull_request:
types: [opened, reopened, synchronize]
env:
HUSKY: 0
CI: true
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version-file: ".nvmrc"
- name: Perform checks
run: |
yarn install --frozen-lockfile
yarn typecheck:ci
yarn lint:ci
yarn prettier:ci