Skip to content

Commit 47a017e

Browse files
opportunity356Islam Alibekov
andauthored
ci: added pre-commit workflow (#130)
Co-authored-by: Islam Alibekov <[email protected]>
1 parent 3d18e01 commit 47a017e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: pre-commit
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
pre-commit:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout sources
10+
uses: actions/checkout@v4
11+
12+
- name: Install Python
13+
uses: actions/setup-python@v5
14+
15+
- name: Pre-commit hooks
16+
uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)