Skip to content

adding arch as reported by M1 mac #10

adding arch as reported by M1 mac

adding arch as reported by M1 mac #10

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 }}