https://github.com/voronenko/pre-commit-cdci
CircleCI/GitlabCI config validation
https://github.com/voronenko/pre-commit-cdci
Last synced: 9 months ago
JSON representation
CircleCI/GitlabCI config validation
- Host: GitHub
- URL: https://github.com/voronenko/pre-commit-cdci
- Owner: Voronenko
- License: mit
- Created: 2020-10-19T12:46:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T18:46:34.000Z (over 3 years ago)
- Last Synced: 2025-04-15T01:14:52.254Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Usage
## config file ***.pre-commit-config.yaml*** with content:
```bash
$ cat .pre-commit-config.yaml
- repo: https://github.com/voronenko/pre-commit-cdci.git
rev: master # get latest tag from release tab
hooks:
- id: circleci_validate
```
```bash
$ cat .pre-commit-config.yaml
- repo: https://github.com/voronenko/pre-commit-cdci.git
rev: master # get latest tag from release tab
hooks:
- id: gitlab_validate
```