Skip to content

Add the provider documentation set and finish the decomposition #30

Add the provider documentation set and finish the decomposition

Add the provider documentation set and finish the decomposition #30

Workflow file for this run

name: "Permissions Inspector"
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
build-inspector-wasm:
name: build inspector wasm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Retrieve Rust version
id: rust-version
run: echo "rust-version=$(grep -oP 'channel = "\K[^"]+' rust-toolchain.toml)" >> "$GITHUB_OUTPUT"
- name: Set up Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: ${{ steps.rust-version.outputs.rust-version }}
target: wasm32-unknown-unknown
- name: Build the inspector engine
run: ./scripts/build-inspector-wasm.sh