Skip to content

feat(memory): add c++ global allocate functions #23

feat(memory): add c++ global allocate functions

feat(memory): add c++ global allocate functions #23

Workflow file for this run

name: pre-commit
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5.2.0
- uses: pre-commit/action@v3.0.1