Skip to content

fix(torln-openmls-wasm): add getrandom js feature for wasm32 target #13

fix(torln-openmls-wasm): add getrandom js feature for wasm32 target

fix(torln-openmls-wasm): add getrandom js feature for wasm32 target #13

Workflow file for this run

name: Clippy
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy -p openmls-wasm -- -D warnings
# - run: |
# sudo apt-get update
# sudo apt-get -y install protoc-gen-go # Needed to build the interop client
# echo $(go env GOPATH)/bin >> $GITHUB_PATH
# cargo clippy -p openmls --tests --benches --examples -p openmls_basic_credential -p cli -p interop_client -p mls-ds -p ds-lib -p openmls_libcrux_crypto -p openmls_memory_storage -p openmls_rust_crypto -p openmls_test -p openmls-wasm -p openmls_traits -- -D warnings