We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd48676 commit c8bbff2Copy full SHA for c8bbff2
.github/workflows/pre-commit.yml
@@ -0,0 +1,17 @@
1
+name: Pre-commit
2
+
3
+on:
4
+ push:
5
+ branches: [main]
6
+ pull_request:
7
8
9
+jobs:
10
+ pre-commit:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v6
14
+ - uses: actions/setup-python@v5
15
+ with:
16
+ python-version: "3.x"
17
+ - uses: pre-commit/action@v3.0.1
0 commit comments