Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from gruntwork-io/master
Browse files Browse the repository at this point in the history
merge ci changes from upstream
  • Loading branch information
Joseph Sirianni authored Mar 24, 2020
2 parents bd0cc7c + 0fba18c commit edf8ea2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,13 @@ jobs:

# Fail the build if the pre-commit hooks don't pass. Note: if you run pre-commit install locally, these hooks will
# execute automatically every time before you commit, ensuring the build never fails at this step!
- run: pip install pre-commit==1.11.2
- run: pre-commit install
- run: pre-commit run --all-files
- run:
name: run pre-commit hooks
command: |
pyenv global 3.5.2
pip install pre-commit==1.21.0 cfgv==2.0.1
pre-commit install
pre-commit run --all-files
- persist_to_workspace:
root: /home/circleci
Expand Down

0 comments on commit edf8ea2

Please sign in to comment.