Skip to content

chore(deps): bump graphql from 16.5.0 to 16.8.1 #28

chore(deps): bump graphql from 16.5.0 to 16.8.1

chore(deps): bump graphql from 16.5.0 to 16.8.1 #28

Workflow file for this run

name: Integration
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Init
run: make github-init
- name: Lint
run: make lint
- name: Test
run: make test
env:
RINKEBY_PRIVATE_KEY: ${{ secrets.RINKEBY_PRIVATE_KEY }}