Skip to content

Fix for gum 0.14.

Fix for gum 0.14. #13

Workflow file for this run

name: Build
on:
pull_request:
paths-ignore:
- "**.md"
push:
paths-ignore:
- "**.md"
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@v1
with:
command: gum --version
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}