Skip to content

docs: add yearn vault deposit example #140

docs: add yearn vault deposit example

docs: add yearn vault deposit example #140

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'LICENSE'
- '.editorconfig'
branches:
- main
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'LICENSE'
- '.editorconfig'
branches:
- main
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
uses: ./.github/actions/yarn-install
- name: Run tests
run: yarn test
- name: Test build
run: yarn build