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