Skip to content

Commit a38692f

Browse files
committed
set git default name and email
1 parent 1731f97 commit a38692f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ before_install:
55
- sudo apt-get update
66
- sudo apt-get install shellcheck
77
- sudo pip install pre-commit
8+
- sudo git config --global user.email "detailyang@gmail.com"
9+
- sudo git config --global user.name "detailyang"
810
script:
911
- export PATH=/home/travis/.cabal/bin:$PATH
1012
- make test

0 commit comments

Comments
 (0)