Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit 5f94300

Browse files
committed
pre-commit action
Signed-off-by: Bas <[email protected]>
1 parent eb8eeb0 commit 5f94300

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/pre-commit.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: pre-commit
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [main]
7+
8+
jobs:
9+
pre-commit:
10+
runs-on: ubuntu-22.04
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-python@v3
14+
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)