Skip to content

feat: switch to decentralized subgraphs #264

feat: switch to decentralized subgraphs

feat: switch to decentralized subgraphs #264

Workflow file for this run

name: Prettier
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node 16
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Prettify code
uses: creyD/[email protected]
with:
dry: True
github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}