We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af74845 commit 04c8693Copy full SHA for 04c8693
1 file changed
.github/workflows/pre-commit.yaml
@@ -0,0 +1,21 @@
1
+name: pre-commit
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - '*'
7
+ push:
8
9
10
11
+jobs:
12
+ pre-commit:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@v3
16
+ - uses: actions/setup-python@v3
17
+ with:
18
+ python-version: '3.11'
19
+ - uses: pre-commit/action@v3.0.1
20
21
+ extra_args: --all-files
0 commit comments