Swap-Aggregator-Subgraph/node_modules/blakejs/.github/workflows/ci.yml
2022-07-03 07:27:35 +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