Skip to content

Merge pull request #859 from paraswap/aburkut/back-1793-fluid-dex-poo… #3630

Merge pull request #859 from paraswap/aburkut/back-1793-fluid-dex-poo…

Merge pull request #859 from paraswap/aburkut/back-1793-fluid-dex-poo… #3630

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['20.x']
name: Node ${{ matrix.node }} sample
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Install Dependencies
run: yarn
- name: Run Eslint checks
run: yarn check:es