Skip to content

Commit

Permalink
adding rust toolchain to workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Curtis Harding <[email protected]>

Signed-off-by: Curtis Harding <[email protected]>
  • Loading branch information
curtis-h committed May 3, 2024
1 parent e17fb3c commit 63b92dd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,20 @@ jobs:
with:
xcode-version: '15.0.1'

- name: "Install rust toolchain"
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true

- name: "Install wasm-pack"
uses: actions-rs/cargo@v1
with:
command: install
args: wasm-pack


- name: "Test Kotlin code is properly formatted"
run: ./gradlew ktlintCheck

Expand Down

0 comments on commit 63b92dd

Please sign in to comment.