Skip to content

Commit 04c144c

Browse files
committed
Add pre-commit to CI
References: * casework/CASE-Utilities-Python#37 Signed-off-by: Alex Nelson <[email protected]>
1 parent 659abbe commit 04c144c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
uses: actions/setup-python@v2
3232
with:
3333
python-version: ${{ matrix.python-version }}
34+
- name: Pre-commit Checks
35+
run: |
36+
pip -q install pre-commit
37+
pre-commit run --all-files
3438
- name: Start from clean state
3539
run: make clean
3640
- name: Run tests

0 commit comments

Comments
 (0)