Generate asdf-sui plugin from template.

This commit is contained in:
Zitao Xiong
2024-03-30 16:39:31 +08:00
commit 78b1dd233a
21 changed files with 441 additions and 0 deletions

22
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
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: sui --version