.pre-commit-hooks.yaml 210 B

123456789
  1. ---
  2. - id: shellharden
  3. name: Shell Syntax Check
  4. description: "Runs https://github.com/anordal/shellharden on shell scripts."
  5. entry: pre_commit_hooks/shellharden.sh
  6. language: script
  7. types:
  8. - shell