mirror of
https://github.com/placeholder-soft/asdf-sui.git
synced 2026-04-30 04:25:38 +08:00
Generate asdf-sui plugin from template.
This commit is contained in:
22
.github/workflows/build.yml
vendored
Normal file
22
.github/workflows/build.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user