Skip to content

Added pre-commit configuration and pre-commit bot | Some small fixes … #1

Added pre-commit configuration and pre-commit bot | Some small fixes …

Added pre-commit configuration and pre-commit bot | Some small fixes … #1

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main, spiros-dev]
jobs:
pre-commit:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: install pre commit
run: pip install pre-commit && pre-commit install
- name: pre-commit
uses: pre-commit/[email protected]