Skip to content

Update feature-support-matrix.md w/ Graph Node v0.33.0 as minimum ver… #1433

Update feature-support-matrix.md w/ Graph Node v0.33.0 as minimum ver…

Update feature-support-matrix.md w/ Graph Node v0.33.0 as minimum ver… #1433

name: "Check Formatting"
on:
push:
branches: [main]
pull_request: {}
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build and Format
run: yarn
- name: Check Formatting
run: git diff --exit-code