Skip to content

Minor updates - c_bool always, more CI, code formatting and pre-commit. #62

Minor updates - c_bool always, more CI, code formatting and pre-commit.

Minor updates - c_bool always, more CI, code formatting and pre-commit. #62

Workflow file for this run

name: Check Style
on:
push:
branches:
- main
- develop
pull_request:
branches-ignore:
- documentation
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Run pre-commit
uses: pre-commit/[email protected]