lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 21277de5a02c840d2467b588252eb0d1c579b106
parent b85835870039cce2f5da48d66cedd6a7d501feea
Author: Sean Enck <sean@ttypty.com>
Date:   Fri, 17 Feb 2023 19:27:42 -0500

current state is unknown

Diffstat:
M.github/workflows/build.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -28,6 +28,8 @@ jobs: run: rm -f /usr/local/bin/go /usr/local/bin/gofmt - name: "deps" run: brew install go + - name: "ls" + run : ls - name: "build" run: make -f Makefile build - name: "check"