Skip to content

Merge pull request #7 from raimon49/update-version-in-workflows #32

Merge pull request #7 from raimon49/update-version-in-workflows

Merge pull request #7 from raimon49/update-version-in-workflows #32

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