Skip to content

Move parameter functions to workflow.py, add inline comments #423

Move parameter functions to workflow.py, add inline comments

Move parameter functions to workflow.py, add inline comments #423

Workflow file for this run

name: Pre-Commit Checks
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout code
- uses: actions/setup-python@v4
name: Setup Python
with:
python-version: 3.12
- uses: pre-commit/[email protected]
name: Run Pre-Commit Checks