mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 13:44:16 +00:00
Updated test credentials
This commit is contained in:
parent
c207a7c5e7
commit
60b492222c
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ jobs:
|
|||
name: "Lint"
|
||||
command: |
|
||||
echo "Running linter"
|
||||
git config --global user.email "romancm@gmail.com"
|
||||
git config --global user.name "romancm"
|
||||
git config --global user.email "circleci@gamebrary.com"
|
||||
git config --global user.name "gamebrary"
|
||||
yarn lint
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
Loading…
Reference in a new issue