Skip to content

Move getForeignAsset gateway logic from the CosmosGateway route to th… #43

Move getForeignAsset gateway logic from the CosmosGateway route to th…

Move getForeignAsset gateway logic from the CosmosGateway route to th… #43

name: Run tests
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Lint
run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- name: Test
run: npm run test