Skip to content

Chore: Move helpers to its own repo #48

Chore: Move helpers to its own repo

Chore: Move helpers to its own repo #48

Workflow file for this run

name: Price Oracle CI
env:
CI: true
on:
push:
branches: "*"
paths:
- packages/price-oracle/**
pull_request:
branches: "*"
paths:
- packages/price-oracle/**
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Lint
run: yarn workspace @mimic-fi/v3-price-oracle lint
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Build
run: yarn build
- name: Test
run: yarn workspace @mimic-fi/v3-price-oracle test