Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #73 from golemcloud/stubgen
Browse files Browse the repository at this point in the history
GOL-228 Integrate wasm-rpc-stubgen
  • Loading branch information
vigoo authored Mar 2, 2024
2 parents cd09dff + c4342ea commit 0478579
Show file tree
Hide file tree
Showing 7 changed files with 3,355 additions and 167 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: false
components: rustfmt, clippy
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Check formatting
run: cargo fmt -- --check
- name: Clippy
Expand Down
Loading

0 comments on commit 0478579

Please sign in to comment.