chore(GitHub): run git config script

This commit is contained in:
Daniel Sogl 2020-06-11 18:41:20 +02:00 committed by GitHub
parent 742ff65596
commit 4f2f8894d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Setup git
run: bash ./scripts/git/config.sh
- name: Install dependencies
run: npm ci
- name: Lint