Skip to content

Commit 2076fbb

Browse files
khancyrpatrickelectric
authored andcommitted
.github: enable pre-commit check on PRs
1 parent 5502d31 commit 2076fbb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v4
3333

34+
- name: Set up Python 3.11
35+
uses: actions/setup-python@v3
36+
with:
37+
python-version: 3.11
38+
39+
- name: Run pre-commit checks
40+
uses: pre-commit/action@v3.0.1
41+
3442
- name: Prepare
3543
id: prepare
3644
run: |

0 commit comments

Comments
 (0)