summaryrefslogtreecommitdiff
path: root/.github/workflows/style_and_docs.yaml
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2020-07-28 18:04:52 +0200
committerPeter Scheibel <scheibel1@llnl.gov>2020-07-29 11:23:34 -0700
commit3e1661a1832fdd38946f97f46a1a3c74a2fb4965 (patch)
treec84be6bf7c668ebf1a975abbc5ebbb33fea3c0c7 /.github/workflows/style_and_docs.yaml
parentc4f29c63844b6eaf5eae03f6749639f04bf19f72 (diff)
downloadspack-3e1661a1832fdd38946f97f46a1a3c74a2fb4965.tar.gz
spack-3e1661a1832fdd38946f97f46a1a3c74a2fb4965.tar.bz2
spack-3e1661a1832fdd38946f97f46a1a3c74a2fb4965.tar.xz
spack-3e1661a1832fdd38946f97f46a1a3c74a2fb4965.zip
Use "fetch-depth: 0" to retrieve all history from remote
Diffstat (limited to '.github/workflows/style_and_docs.yaml')
-rw-r--r--.github/workflows/style_and_docs.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/style_and_docs.yaml b/.github/workflows/style_and_docs.yaml
index 9fee85b163..2277d5598f 100644
--- a/.github/workflows/style_and_docs.yaml
+++ b/.github/workflows/style_and_docs.yaml
@@ -41,9 +41,7 @@ jobs:
run: |
# Need this for the git tests to succeed.
git --version
- git config --global user.email "spack@example.com"
- git config --global user.name "Test User"
- git fetch -u origin develop:develop
+ . .github/workflows/setup_git.sh
- name: Run flake8 tests
run: |
share/spack/qa/run-flake8-tests