Skip to content

setup-wash-action

Actions
GitHub Action to install the wash CLI for wasmCloud development
v2.0.0
Latest
Star (0)

setup-wash-action

GitHub Action to install the wash CLI for wasmCloud development.

Overview

This action installs the wash CLI, a tool for developing and managing WebAssembly (Wasm) components with wasmCloud.

Usage

Add the following step to your workflow to install wash:

- name: Setup wash CLI
  uses: wasmCloud/setup-wash-action@main
  with:
    wash-version: v2.0.1 # Optional

Inputs

Name Description Default
wash-version The version of wash to install v2.0.1

Example Workflow

name: wasmCloud Build

on: [push]

jobs:
 build:
  runs-on: ubuntu-latest
  steps:
   - uses: actions/checkout@v4
   - name: Setup wash CLI
    uses: wasmCloud/setup-wash-action@main
    with:
     wash-version: v2.0.1
   - name: Check wash version
    run: wash --version

setup-wash-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action to install the wash CLI for wasmCloud development
v2.0.0
Latest

setup-wash-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.