Skip to content

Change workflows from one to two #1

Change workflows from one to two

Change workflows from one to two #1

Workflow file for this run

name: Run pre-commit
on:
push:
branches: main
pull_request:
branches: main
workflow_dispatch:
jobs:
pre-commit:
uses: cpp-linter/.github/.github/workflows/pre-commit.yml@main
with:
commands: pip install pytest & pip install -e .