1 Commits

Author SHA1 Message Date
Yoriyasu Yano
c936688983 Merge pull request #44 from BlueMedoraPublic/master
output service_account_email_address
2020-05-05 14:21:14 -05:00

View File

@@ -44,7 +44,7 @@ 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 cfgv==2.0.1 yapf
- run: pip install pre-commit==1.11.2
- run: pre-commit install
- run: pre-commit run --all-files