Skip to content

Remove potential and use voltage everywhere #23

Remove potential and use voltage everywhere

Remove potential and use voltage everywhere #23

Workflow file for this run

name: pre-commit
on:
push:
branches: [main, develop]
paths-ignore:
- ".vscode/**"
- ".idea/**"
tags:
- "*"
pull_request:
branches: [main, develop]
paths-ignore:
- ".vscode/**"
- ".idea/**"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: false
- uses: actions/setup-python@v5
with:
python-version: "3.13"
- uses: pre-commit/[email protected]