wp-content

wordpress/hph
Log | Files | Refs | README | LICENSE

commit f6893d7578599bc97dc3927bf85738b2580eca1b
parent a3e559a57ebc4b0cdc47443ec6ccce06f75094ff
Author: Sean Enck <sean@ttypty.com>
Date:   Mon, 19 Jan 2026 15:36:20 -0500

stop using GHA

Diffstat:
D.github/dependabot.yml | 6------
D.github/workflows/build.yml | 32--------------------------------
MREADME.md | 2--
3 files changed, 0 insertions(+), 40 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -1,32 +0,0 @@ -name: "build" - -permissions: - contents: write - -on: - push: - branches: - - master - tags: - - '*' - pull_request: - branches: - - master - -jobs: - builds: - runs-on: ubuntu-latest - name: alpine-build - container: - image: alpine:latest - steps: - - uses: actions/checkout@v6 - - name: "deps" - run: apk add make minify zip - - name: "build" - run: cd plugins/hphp && make CI=1 - - name: release - uses: softprops/action-gh-release@v2 - if: github.ref_type == 'tag' - with: - files: plugins/**/target/*.zip diff --git a/README.md b/README.md @@ -3,8 +3,6 @@ wp-content WordPress content -[![build](https://github.com/enckse/wp-content/actions/workflows/build.yml/badge.svg)](https://github.com/enckse/wp-content/actions/workflows/build.yml) - ## upfront Because WordPress is toolbox of very sharp, frustrating, and obnoxious tools