Commit graph

2 commits

Author SHA1 Message Date
Christian Clauss
a43d8b99fc
Demonstrate a GitHub Action that runs pre-commit 2020-01-29 14:33:08 +01:00
Christian Clauss
0b3ebf86a3
Demonstrate a GitHub Action that runs pre-commit
This GitHub Action will `run pre-commit` in any repo that contains a valid `.pre-commit-config.yaml` file.
This Action will run on all push or pull_request actions to ensure that all pre-commit tests pass _before_ code review.
2020-01-29 14:20:58 +01:00