Skip to content

Refactor to move some logic from the CosmosGateway route to the cosmos context #40

Refactor to move some logic from the CosmosGateway route to the cosmos context

Refactor to move some logic from the CosmosGateway route to the cosmos context #40

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