Skip to content

Update version in workflows #30

Update version in workflows

Update version in workflows #30

Workflow file for this run

name: plugin test
on:
pull_request:
push:
jobs:
plugin_test:
strategy:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v2
with:
command: goss --version
version: 0.3.16
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install shellcheck
run: |
sudo apt-get update
sudo apt-get install shellcheck
- name: Run ShellCheck
run: make test