commit 7a38a3d31d1a65db380a11a375816e38df142817 parent b4c11f99b55a3ef2aa3f4419a7a47ceec04aab05 Author: Sean Enck <sean@ttypty.com> Date: Fri, 17 Feb 2023 19:49:58 -0500 back to here Diffstat:
| D | .github/actions/ci/action.yml | | | 9 | --------- |
| M | .github/workflows/build.yml | | | 2 | +- |
2 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/.github/actions/ci/action.yml b/.github/actions/ci/action.yml @@ -1,9 +0,0 @@ -name: "build steps" - -runs: - steps: - - uses: actions/checkout@v3 - - name: "build" - run: make build - - name: "check" - run: make check diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: steps: - name: "deps" run: apk add go make git - - uses: ./.github/actions/ci + - uses: enckse/lockbox/scripts/ci@master ubuntu-build: runs-on: ubuntu-latest steps: