Skip to content

[FAST_BUILD] Refactor wiki: create functions, better logs and names #3342

[FAST_BUILD] Refactor wiki: create functions, better logs and names

[FAST_BUILD] Refactor wiki: create functions, better logs and names #3342

Workflow file for this run

name: Run pre-commit hooks
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
run-hooks:
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- name: Checkout Repo ⚡️
uses: actions/checkout@v4
- name: Set Up Python 🐍
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install pre-commit 📦
run: |
pip install --upgrade pip
pip install --upgrade pre-commit
- name: Run pre-commit hooks ✅
run: pre-commit run --all-files --hook-stage manual