Skip to content

initial impl

initial impl #1

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
test:
name: ASDF plugin test
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/plugin-test@v3
with:
command: |
wasm-opt --version
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}