Skip to content

update readme fetch integration docs #10

update readme fetch integration docs

update readme fetch integration docs #10

Workflow file for this run

name: Checks
on:
push:
branches:
- master
tags:
- v*
pull_request:
jobs:
Linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Solhint
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install -g solhint
- run: make solhint
Security:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Slither Static Analysis
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install