commit 827d8fc33ab240a6879d7248206029fb2d2cb042 parent 3c7b1b744904d206eb015b3d7dad371589455ba0 Author: Sean Enck <sean@ttypty.com> Date: Fri, 30 May 2025 12:40:01 -0400 re-init for leaving github Diffstat:
| D | .github/dependabot.yml | | | 12 | ------------ |
| D | .github/workflows/build.yml | | | 38 | -------------------------------------- |
| D | .github/workflows/release.yml | | | 25 | ------------------------- |
| R | .gitignore -> lockbox/.gitignore | | | 0 | |
| R | .goreleaser.yml -> lockbox/.goreleaser.yml | | | 0 |
5 files changed, 0 insertions(+), 75 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -1,12 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "daily" - diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -1,38 +0,0 @@ -name: "build" - -on: - push: - branches: - - master - tags: - - '*' - pull_request: - branches: - - master - -jobs: - builds: - strategy: - matrix: - os: - - name: ubuntu-latest - image: null - display: ubuntu - - name: ubuntu-latest - image: alpine:latest - display: alpine - - name: macos-latest - image: null - display: macos - runs-on: ${{ matrix.os.name }} - name: ${{ matrix.os.display }} - container: - image: ${{ matrix.os.image }} - steps: - - uses: actions/checkout@v4 - - uses: extractions/setup-just@v2 - - uses: actions/setup-go@v5 - with: - go-version: 1.24 - - name: "build" - run: just version=${GITHUB_SHA} check diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -1,25 +0,0 @@ -name: release - -on: - push: - tags: - - '*' - -jobs: - goreleaser: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: actions/setup-go@v5 - with: - go-version: 1.24 - - name: run - uses: goreleaser/goreleaser-action@v6 - with: - distribution: goreleaser - version: latest - args: release --clean - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/lockbox/.gitignore diff --git a/.goreleaser.yml b/lockbox/.goreleaser.yml