Skip to content

Commit

Permalink
docs[minor]: Edit graph state how to guide (#269)
Browse files Browse the repository at this point in the history
* docs[minor]: Edit graph state how to guide

* lets gooo

* cr

* update min/max core version

* cr

* update ci yarn install command
  • Loading branch information
bracesproul authored Jul 24, 2024
1 parent 8f1e8e2 commit c5bdd0a
Show file tree
Hide file tree
Showing 2 changed files with 798 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
node-version: "22.4.1"
cache: "yarn"
- name: Install dependencies
run: yarn install --immutable --mode=skip-build
- name: Check linting
run: yarn install --immutable
- name: Build
run: yarn build

lint:
Expand All @@ -46,7 +46,7 @@ jobs:
node-version: "22.4.1"
cache: "yarn"
- name: Install dependencies
run: yarn install --immutable --mode=skip-build
run: yarn install --immutable
- name: Check linting
run: yarn run lint

Expand All @@ -61,7 +61,7 @@ jobs:
node-version: "22.4.1"
cache: "yarn"
- name: Install dependencies
run: yarn install --immutable --mode=skip-build
run: yarn install --immutable
- name: Check formatting
run: yarn run format:check

Expand Down
794 changes: 794 additions & 0 deletions examples/how-tos/edit-graph-state.ipynb

Large diffs are not rendered by default.

0 comments on commit c5bdd0a

Please sign in to comment.