Skip to content

feat(breaking): top-level alpha router native currencyIn, currencyIn, quoteCurrency support #2173

feat(breaking): top-level alpha router native currencyIn, currencyIn, quoteCurrency support

feat(breaking): top-level alpha router native currencyIn, currencyIn, quoteCurrency support #2173

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-linters:
name: Run linters 2
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up node
uses: actions/setup-node@v1
with:
node-version: 16.x
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run fix:lint
- name: Run Prettier
run: npm run fix:prettier