Skip to content

chore(mise): update tool lefthook to v2.1.11 [automerge] #980

chore(mise): update tool lefthook to v2.1.11 [automerge]

chore(mise): update tool lefthook to v2.1.11 [automerge] #980

Workflow file for this run

---
name: Pages
on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
types:
- opened
- synchronize
- reopened
- closed
paths-ignore:
- "**.md"
workflow_dispatch:
permissions:
contents: read
jobs:
pages:
uses: DevSecNinja/.github/.github/workflows/pages.yml@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
permissions:
contents: read
deployments: write
id-token: write
issues: write
pages: write
pull-requests: write
with:
# renovate: datasource=node-version depName=node
node-version: "24"
node-cache: npm
# renovate: datasource=npm depName=wrangler
wrangler-version: "4.127.1"
install-command: npm ci
test-command: npm test
build-command: npm run build
artifact-path: dist
github-pages: false
cloudflare-production: true
cloudflare-preview: true
secrets:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}