We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17d8fe commit 5229067Copy full SHA for 5229067
.github/workflows/gno-fmt.yaml
@@ -41,7 +41,9 @@ jobs:
41
42
- name: Build gno
43
working-directory: gno-repo
44
- run: make install
+ run: |
45
+ make install
46
+ echo "$GOBIN" >> $GITHUB_PATH
47
48
- name: Format
49
working-directory: realms
.github/workflows/gno-lint.yaml
@@ -40,7 +40,9 @@ jobs:
40
- name: Lint
.github/workflows/gno-test.yaml
- name: Test
0 commit comments