https://github.com/spyoungtech/gitlab-ci-shellcheck
Tool (and pre-commit hook) for checking shell scripts embedded in GitLab-CI configuration files
https://github.com/spyoungtech/gitlab-ci-shellcheck
Last synced: 8 months ago
JSON representation
Tool (and pre-commit hook) for checking shell scripts embedded in GitLab-CI configuration files
- Host: GitHub
- URL: https://github.com/spyoungtech/gitlab-ci-shellcheck
- Owner: spyoungtech
- Created: 2022-03-09T22:36:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T02:38:19.000Z (over 4 years ago)
- Last Synced: 2025-01-14T06:16:11.157Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitlab-ci-shellcheck

[](https://coveralls.io/github/spyoungtech/gitlab-ci-shellcheck?branch=main)
A utility (and pre-commit hook) for running shellcheck against shell scripts inside GitLab CI YAML files.
```bash
pip install gitlab-ci-shellcheck
```
Usage:
```bash
gitlab-ci-shellcheck --help
```
Note: this requires that `shellcheck` is installed separately and on PATH.