Skip to content

fix: remove check for bridge/relay source tokens and add validation #38

fix: remove check for bridge/relay source tokens and add validation

fix: remove check for bridge/relay source tokens and add validation #38

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