lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 84c720d49715c93f5eb01bb6ede7063303f7dd5c
parent 7a38a3d31d1a65db380a11a375816e38df142817
Author: Sean Enck <sean@ttypty.com>
Date:   Fri, 17 Feb 2023 19:50:06 -0500

put ci file back in scripts area

Diffstat:
Ascripts/ci/action.yml | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/scripts/ci/action.yml b/scripts/ci/action.yml @@ -0,0 +1,11 @@ +name: "build steps" + +runs: + steps: + - uses: actions/checkout@v3 + - name: "build" + shell: sh + run: make build + - name: "check" + shell: sh + run: make check