Skip to content

use fully resolved path in picker #55

use fully resolved path in picker

use fully resolved path in picker #55

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: |
go version
go test -v ./...
go build