Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Sep 19, 2023
1 parent 5f1ee1a commit ed821c4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# workflows
# ROS2WASM Builder

This action cross-compiles a ROS 2 package to WebAssembly and uploads the built files as artifacts.

## Usage

```yaml
- steps:
uses: actions/ros2wasm-builder@v1
with:
package: 'the_target_package'
ros_distro: 'humble'
debug_mode: false
```
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: ros2wasm-builder
description: "Cross-compiles ROS 2 packages to WASM"
branding:
icon: "box"
color: "yellow"

inputs:
package:
Expand Down

0 comments on commit ed821c4

Please sign in to comment.