Add pre-commit configuration

This commit is contained in:
Michael Osthege
2024-10-03 17:28:49 +02:00
committed by Andreas
parent 8595b91692
commit bbaaacaca0
4 changed files with 42 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1