Skip to content

Commit 1e864d8

Browse files
committed
Mirror: 14.0.4-1
1 parent 8933a48 commit 1e864d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: pip install pre-commit-mirror-maker
1616
- run: git config --global user.name 'Github Actions'
1717
- run: git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
18-
- run: pre-commit-mirror . --language=python --package-name=clang-format --entry='clang-format -i' --types-or c++ --types-or c --types-or 'c#' --types-or 'cuda' --types-or 'java' --types-or 'javascript' --types-or 'json' --types-or 'objective-c' --types-or 'proto' --args=-style=file
18+
- run: pre-commit-mirror . --language=python --package-name=clang-format --id=clang-format --entry='clang-format -i' --types-or c++ --types-or c --types-or 'c#' --types-or 'cuda' --types-or 'java' --types-or 'javascript' --types-or 'json' --types-or 'objective-c' --types-or 'proto' --args=-style=file
1919
- run: |
2020
git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/$GITHUB_REPOSITORY
2121
git push origin HEAD:refs/heads/main --tags

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- id: clang-format -i
1+
- id: clang-format
22
name: clang-format
33
description: ''
44
entry: clang-format -i

0 commit comments

Comments
 (0)