From 955e9af218cac74c5cec054c474f5ccf2b4cd692 Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Thu, 13 Aug 2026 12:25:25 -0700 Subject: [PATCH] chore: sync from theholocron/holocron Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- .github/workflows/audit.yml | 3 +++ .github/workflows/deploy.yml | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 052c6b8..fc48012 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -15,4 +15,7 @@ permissions: jobs: audit: uses: theholocron/.github/.github/workflows/audit.yml@main + with: + run-performance: true + lighthouse-config: lighthouse.config.cjs secrets: inherit diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..28828df --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,25 @@ +# AUTO-GENERATED — do not edit directly. +# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts +# Tool: holocron sync-github +# Changes: edit source in theholocron/holocron and push to alpha or main. +name: Deploy + +on: # yamllint disable-line rule:truthy + push: + branches: [main] + workflow_dispatch: + +concurrency: + group: pages + cancel-in-progress: false + +permissions: + contents: read + pages: write + id-token: write + +jobs: + deploy: + name: Deploy + uses: theholocron/.github/.github/workflows/deploy.yml@main + secrets: inherit