mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
add pre-k GHA
This commit is contained in:
parent
214389eae2
commit
d6349fed2f
2 changed files with 10 additions and 0 deletions
9
.github/workflows/prek.yaml
vendored
Normal file
9
.github/workflows/prek.yaml
vendored
Normal 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
1
.pre-commit-config.yaml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
repos: []
|
||||||
Loading…
Reference in a new issue