Skip to content

Merge pull request #2172 from IntelPython/do-not-use-setup-py-develop #6437

Merge pull request #2172 from IntelPython/do-not-use-setup-py-develop

Merge pull request #2172 from IntelPython/do-not-use-setup-py-develop #6437

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
permissions: read-all
jobs:
pre-commit:
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: '3.12'
- name: Version of clang-format
run: |
clang-format --version
- uses: pre-commit/[email protected]