syntaqx / git-hooks

A collection of git hooks for use with pre-commit
MIT License
34 stars 17 forks source link

Add support for passing additional arguments to the CircleCI Validation hook #10

Closed ctheberge closed 2 years ago

ctheberge commented 2 years ago

Adds support for passing additional args to the circleci-config-validate hook to allow people to pass args, such as the organizational arg, to the CircleCI CLI Tool

  - repo: https://github.com/syntaqx/git-hooks
    rev: <tbd>
    hooks:
      - id: circleci-config-validate
        args: [ "-o", "github/myorg" ]
beviz commented 1 year ago

@syntaqx this change hasn't been released as a new tag. Would you please create one?