Skip to content

deploy: boosted liquidity distributor #30

deploy: boosted liquidity distributor

deploy: boosted liquidity distributor #30

name: Yarn CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x, 18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: yarn.lock
- run: npm install --global yarn
- run: echo $(yarn --version)
- run: yarn install
- run: yarn solhint
- run: yarn prettier:solidity