Skip to content

feat: add Patchwork (classic) algorithm alongside Patchwork++ #13

feat: add Patchwork (classic) algorithm alongside Patchwork++

feat: add Patchwork (classic) algorithm alongside Patchwork++ #13

Workflow file for this run

name: Style Check
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
pre-commit:
name: Pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: pre-commit/action@v3.0.1