Skip to content

Small corrections wrt debug. #14

Small corrections wrt debug.

Small corrections wrt debug. #14

Workflow file for this run

---
name: Pre-commit
on:
workflow_dispatch: # allows manual triggering
pull_request:
branches: [main]
push:
branches:
- main
jobs:
pre-commit:
name: Run pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]
with:
extra_args: --all-files