Skip to content

build(deps): bump asdf-vm/actions from 1 to 3 #38

build(deps): bump asdf-vm/actions from 1 to 3

build(deps): bump asdf-vm/actions from 1 to 3 #38

Workflow file for this run

name: Build
on:
push:
branches:
- main
- develop
pull_request:
jobs:
plugin_test:
name: asdf plugin test
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
version:
- 3.82
- 4.2.1
- 4.3
runs-on: ${{ matrix.os }}
steps:
- name: Set output
id: vars
run: echo ::set-output name=short_ref::${GITHUB_REF#refs/*/}
- name: Install GPG keys
run: gpg --recv-keys 96B047156338B6D4 80CB727A20C79BB2
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v3
with:
command: make --version
gitref: ${{ steps.vars.outputs.short_ref }}
version: ${{ matrix.version }}
env:
MAKE_PRINT_BUILD_LOG: "yes"