Skip to content

Commit 977af07

Browse files
Support Wasm API (#130)
Co-authored-by: Olivier Theriault <[email protected]>
1 parent 05644e7 commit 977af07

39 files changed

+3086
-4931
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17-
- name: Add rustfmt and clippy
18-
run: rustup component add rustfmt clippy
1917
- name: Run cargo fmt
2018
run: cargo fmt --check
2119
- name: Run clippy

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
target
22
shopify_function/*.output.graphql
3+
tmp

0 commit comments

Comments
 (0)