Files
pre-commit-hooks/.pre-commit-hooks.yaml
2026-04-25 21:55:07 +01:00

9 lines
317 B
YAML

- id: write-argocd-repo
name: Write Argo CD repo metadata
description: Creates or overwrites .argocd/repo with origin URL, current branch, and Gitea workflow filenames, then stages it.
entry: scripts/base.sh write-argocd-repo
language: script
always_run: true
pass_filenames: false
stages: [pre-commit]