Skip to content

Commit 62585d2

Browse files
committed
chore: pre-commit via github action
1 parent 3cba1b6 commit 62585d2

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/pre-commit.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: pre-commit
3+
4+
on:
5+
pull_request:
6+
push:
7+
branches: [main]
8+
9+
jobs:
10+
pre-commit:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
15+
with:
16+
python-version: "3.13"
17+
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)