We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1731f97 commit a38692fCopy full SHA for a38692f
2 files changed
.pre-commit-config.yaml
@@ -0,0 +1,4 @@
1
+- repo: /Users/detailyang/art/opensource/personal/pre-commit-shell
2
+ sha: 1731f9735972bb36e48bfbe20a067982de990275
3
+ hooks:
4
+ - id: shell-lint
.travis.yml
@@ -5,6 +5,8 @@ before_install:
5
- sudo apt-get update
6
- sudo apt-get install shellcheck
7
- sudo pip install pre-commit
8
+ - sudo git config --global user.email "detailyang@gmail.com"
9
+ - sudo git config --global user.name "detailyang"
10
script:
11
- export PATH=/home/travis/.cabal/bin:$PATH
12
- make test
0 commit comments