Skip to content

feat: link out to swagger documentation from UniswapX docs. #500

feat: link out to swagger documentation from UniswapX docs.

feat: link out to swagger documentation from UniswapX docs. #500

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run linters
run: yarn lint