Skip to content

Add support for networks using WitnetFeeds contract #982

Add support for networks using WitnetFeeds contract

Add support for networks using WitnetFeeds contract #982

Workflow file for this run

name: Run lint, test and build
env:
CI: true
MONGO_INITDB_DATABASE: 'db'
on: pull_request
jobs:
lint_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: '14'
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: '4.0'
mongodb-port: 27017
- run: yarn
- run: yarn bootstrap
- run: yarn lint:check
- run: yarn test
- run: yarn build