Skip to content

Implement permute_dims #78

Implement permute_dims

Implement permute_dims #78

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
permissions: read-all
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Version of clang-format
run: |
clang-format --version
- uses: pre-commit/[email protected]