Skip to content

improve git search script #17

improve git search script

improve git search script #17

Workflow file for this run

name: Pre-commit
on:
pull_request:
push:
branches:
- main
- develop
jobs:
pre-commit:
name: Run pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Run pre-commit
uses: pre-commit/[email protected]