Swap-Aggregator-Subgraph/node_modules/blakejs/.github/workflows/ci.yml
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

10 lines
168 B
YAML

name: Lint and Unit Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run test