Skip to content

Commit f961a58

Browse files
committed
feat: add pre-commit
1 parent 13963ff commit f961a58

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/clang-tools-release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
run: |
263263
echo "${{ github.event.inputs.llvm_version }}.${{ github.event.inputs.wheel_version }}" > clang-format_version.txt
264264
cat clang-format_version.txt
265-
265+
266266
- name: Build SDist
267267
run: pipx run build --sdist
268268

@@ -416,7 +416,7 @@ jobs:
416416
create-draft-release:
417417
name: Create draft release on GitHub
418418
needs: [
419-
build-clang-format-wheels,
419+
build-clang-format-wheels,
420420
build-clang-tidy-wheels,
421421
build-clang-format-sdist,
422422
build-clang-tidy-sdist,
@@ -449,7 +449,7 @@ jobs:
449449
# Copy clang-tidy artifacts
450450
find clang-tidy-dist -name "*.whl" -exec cp {} release-assets/ \;
451451
find clang-tidy-dist -name "*.tar.gz" -exec cp {} release-assets/ \;
452-
452+
453453
echo "Release assets:"
454454
ls -la release-assets/
455455
@@ -462,22 +462,22 @@ jobs:
462462
name: "v${{ github.event.inputs.llvm_version }}"
463463
body: |
464464
# Clang Tools Python wheels
465-
465+
466466
This release contains both `clang-format` and `clang-tidy` wheel packages.
467-
467+
468468
## Included packages:
469469
- **clang-format**: Code formatting tool
470470
- **clang-tidy**: Static analysis and linting tool
471-
471+
472472
## Installation:
473473
```bash
474474
# Install clang-format
475475
pip install clang-format-${{ github.event.inputs.llvm_version }}-<platform>.whl
476-
477-
# Install clang-tidy
476+
477+
# Install clang-tidy
478478
pip install clang-tidy-${{ github.event.inputs.llvm_version }}-<platform>.whl
479479
```
480-
480+
481481
## Assets:
482482
- `.whl` files: Binary wheel packages for different platforms
483483
- `.tar.gz` files: Source distributions

0 commit comments

Comments
 (0)