Skip to content

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
plugin_test:
name: asdf plugin test
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
- uses: actions/setup-go@v5
with:
go-version: "stable"
- uses: asdf-vm/actions/plugin-test@v3
with:
command: staticcheck --version