You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pre-commit-shell is a [pre-commit](https://github.com/pre-commit/pre-commit) commponent, which wrapper [shellcheck](https://www.shellcheck.net/) to check shell scripts:)
6
+
7
+
Table of Contents
8
+
-----------------
9
+
10
+
*[Requirements](#requirements)
11
+
*[Install](#install)
12
+
*[Contributing](#contributing)
13
+
*[License](#license)
14
+
*[Author](#author)
15
+
16
+
Requirements
17
+
------------
18
+
pre-commit-shell requires the following to run:
19
+
20
+
*[pre-commit](pre-commit.com)
21
+
*[shellcheck](https://www.shellcheck.net/)
22
+
23
+
24
+
Install
25
+
---------
26
+
27
+
1. create .pre-commit-config.yaml in you git project
0 commit comments