Skip to content

Allow inter and intra core tiling of same layerdim (#52) #87

Allow inter and intra core tiling of same layerdim (#52)

Allow inter and intra core tiling of same layerdim (#52) #87

name: Code Formatting
on: [push]
jobs:
code-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Run code formatting checks with pre-commit
uses: pre-commit/[email protected]