Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/workflows/prek.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Prek Hooks

on:
push:
branches: ["main", "dev", "hotfix/update-ci", "*prek*"]
pull_request:
branches: ["main", "dev", "hotfix/update-ci", "*prek*"]
workflow_dispatch:

permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
prek:
name: Run Prek Hooks
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout Code
uses: actions/checkout@v6
- name: Run Prek
uses: j178/prek-action@v2
with:
extra-args: '--all-files'
49 changes: 0 additions & 49 deletions .pre-commit-config.yaml

This file was deleted.

Loading
Loading