cloudflare/kumo

Public

mirrored fromhttps://github.com/cloudflare/kumoAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
27f04eb919d6e913dbf53f15c37a4251611a568c

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

lefthook.yml

16lines · modepreview

# Lefthook git hooks configuration
# https://github.com/evilmartians/lefthook
#
# Skip hooks: LEFTHOOK=0 git push
# Skip specific hook: LEFTHOOK_EXCLUDE=validate-changeset git push
# Git native skip: git push --no-verify

pre-push:
  skip:
    - ref: main
  commands:
    validate-changeset:
      run: pnpm tsx ci/scripts/validate-kumo-changeset.ts
      skip:
        - merge
        - rebase