Skip to content

Implemented pre-commit GH Action, and Doxygen Docs Generation #3

Implemented pre-commit GH Action, and Doxygen Docs Generation

Implemented pre-commit GH Action, and Doxygen Docs Generation #3

Workflow file for this run

name: pre-commit
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
pre-commit:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
- name: Run pre-commit
uses: pre-commit/action@v3.0.1