mirror of
https://github.com/alexgo-io/asdf-clarinet.git
synced 2026-01-12 06:24:00 +08:00
23 lines
386 B
YAML
23 lines
386 B
YAML
name: Build
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
|
|
jobs:
|
|
plugin_test:
|
|
name: asdf plugin test
|
|
strategy:
|
|
matrix:
|
|
os:
|
|
- ubuntu-latest
|
|
- macos-latest
|
|
runs-on: ${{ matrix.os }}
|
|
steps:
|
|
- name: asdf_plugin_test
|
|
uses: asdf-vm/actions/plugin-test@v2
|
|
with:
|
|
command: clarinet -V | grep clarinet
|