Skip to content

feat(sinpe): Finished UI for sinpe swap #841

feat(sinpe): Finished UI for sinpe swap

feat(sinpe): Finished UI for sinpe swap #841

name: Complete Check
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install modules
run: yarn
- name: Run
run: yarn pr