We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de4de6 commit 5fd7c34Copy full SHA for 5fd7c34
2 files changed
.github/workflows/js-ci.yaml
@@ -60,6 +60,16 @@ jobs:
60
with:
61
node-version: '${{ steps.nvm.outputs.NVMRC }}'
62
63
+ - uses: actions/setup-go@v3
64
+ with:
65
+ go-version: '^1.13.1'
66
+
67
+ - name: Install cue lang
68
+ run: go install cuelang.org/go/cmd/cue@latest
69
70
+ - name: Check if cue is installed
71
+ run: cue version
72
73
- name: Get yarn cache directory path
74
id: yarn-cache-dir-path
75
run: echo "::set-output name=dir::$(yarn cache dir)"
packages/templates/wasm/rust/src/__tests__/types/polywrap.app.yaml
@@ -1,4 +1,4 @@
1
-format: 0.2.0
+format: 0.3.0
2
project:
3
name: sample-typescript-type-generation
4
type: app/typescript
0 commit comments