Skip to content

Update config to Hosted Service subgraph #17

Update config to Hosted Service subgraph

Update config to Hosted Service subgraph #17

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['16.x']
name: Node ${{ matrix.node }} sample
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Install Dependencies
run: yarn
- name: Run Eslint checks
run: yarn check:es