add pre-k GHA

This commit is contained in:
Kevin Turcios 2025-12-30 00:43:27 -05:00
parent 214389eae2
commit d6349fed2f
2 changed files with 10 additions and 0 deletions

9
.github/workflows/prek.yaml vendored Normal file
View file

@ -0,0 +1,9 @@
name: Prek (pre-commit checks) checks
on: [pull_request]
jobs:
prek:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: j178/prek-action@v1

1
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1 @@
repos: []