Skip to content

bubble up whether the plist was removed or not #39

bubble up whether the plist was removed or not

bubble up whether the plist was removed or not #39

Workflow file for this run

name: Go Test
on: [push]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21.3"
- name: Test
run: go test -v ./...