diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-12 17:50:48 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-12 17:50:48 +0200 |
commit | 4d974f0d44c9f6398fc9d46215a4572329f1fbd5 (patch) | |
tree | a65138f0993e025ff966bb44bfacb2835fe54859 /.github | |
parent | README: minor update (diff) | |
download | cgitize-4d974f0d44c9f6398fc9d46215a4572329f1fbd5.tar.gz cgitize-4d974f0d44c9f6398fc9d46215a4572329f1fbd5.zip |
test: no need to pre-configure git, remove some warnings
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51a5266..dedadd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,10 +28,6 @@ jobs: with: python-version: '${{ matrix.python-version }}' cache: pip - - name: Initialize Git - run: | - git config --global user.name 'John Doe' - git config --global user.email 'John.Doe@example.com' - name: 'Install package & dependencies' run: pip install -q -e . - name: Verify that scripts are runnable |