Skip to content

Inherit renovate configs #25

Inherit renovate configs

Inherit renovate configs #25

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:
- uses: actions/checkout@v4
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v3
with:
command: spruce --version