From d6349fed2f13b920088cbf35c2bf41f28d5deda4 Mon Sep 17 00:00:00 2001 From: Kevin Turcios Date: Tue, 30 Dec 2025 00:43:27 -0500 Subject: [PATCH] add pre-k GHA --- .github/workflows/prek.yaml | 9 +++++++++ .pre-commit-config.yaml | 1 + 2 files changed, 10 insertions(+) create mode 100644 .github/workflows/prek.yaml create mode 100644 .pre-commit-config.yaml diff --git a/.github/workflows/prek.yaml b/.github/workflows/prek.yaml new file mode 100644 index 000000000..2069a417d --- /dev/null +++ b/.github/workflows/prek.yaml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 000000000..a62c20941 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1 @@ +repos: [] \ No newline at end of file