Skip to content

Primitives, enum and CIM_datatype #53

Primitives, enum and CIM_datatype

Primitives, enum and CIM_datatype #53

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: pre-commit/[email protected]