https://github.com/micnncim/pre-commit-hooks-cue
https://github.com/micnncim/pre-commit-hooks-cue
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/micnncim/pre-commit-hooks-cue
- Owner: micnncim
- Created: 2022-08-31T13:57:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T07:51:33.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T23:26:54.409Z (6 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pre-commit-hooks-cue
[CUE](https://cuelang.org) hooks for [pre-commit](https://pre-commit.com).
## Usage
```yaml
- repo: https://github.com/micnncim/pre-commit-hooks-cue
rev: main
hooks:
- id: cue-fmt
stages: [commit]
- id: cue-trim
stages: [commit]
```