chore: expose Report so traits can be implemented for it in other modules #332
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 - Shopify | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
check-validate: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: modsurfer validate | |
uses: dylibso/modsurfer-validate-action@main | |
with: | |
path: vendors/shopify/discount.wasm | |
check: vendors/shopify/mod.yaml |