feat: add function to convert from proto to custom module type #227
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Modsurfer Action - Fluvio | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
check-validate: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
wasm: [filter, map, filter-map, array-map, aggregate] | |
steps: | |
- uses: actions/checkout@v3 | |
- name: modsurfer validate | |
uses: dylibso/modsurfer-validate-action@main | |
with: | |
path: vendors/fluvio/${{ matrix.wasm }}/${{ matrix.wasm }}.wasm | |
check: vendors/fluvio/${{ matrix.wasm }}/mod.yaml |