Skip to content

feat: add new PlugInfo function to match vib v0.8.0 requirements #20

feat: add new PlugInfo function to match vib v0.8.0 requirements

feat: add new PlugInfo function to match vib v0.8.0 requirements #20

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Test
run: |
go get ./...
go test -v