Clean up whitespace (#3430)

This commit is contained in:
Zach Borboa 2021-11-22 04:26:08 -05:00 committed by GitHub
parent c17331640a
commit da74187c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
# Run all pre-commit hooks on all the files.
# Getting only staged files can be tricky in case a new PR is opened
# since the action is run on a branch in detached head state
- name: Install and Run Pre-commit
- name: Install and Run Pre-commit
uses: pre-commit/action@v2.0.3
# With no caching at all the entire ci process takes 4m 30s to complete!