Skip to content

Commit

Permalink
Add GitHub Actions workflow for pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcor-maxiv committed Jul 11, 2024
1 parent 8c3488e commit 27226a7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---

jobs:

pre-commit:

steps:

# Check against the lowest supported version
- uses: actions/setup-python@v5
with:
python-version: "3.8"

- uses: actions/checkout@v4

- uses: pre-commit/action@v3

0 comments on commit 27226a7

Please sign in to comment.