Skip to content

Commit 0aeeb77

Browse files
committed
CI: Fix broken pre-commit action
1 parent 2403d4d commit 0aeeb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- name: Install clang-format-14
2020
run: sudo apt-get install clang-format-14
21-
- uses: pre-commit/action@v3.0.1
21+
- uses: rhaschke/pre-commit-action@main

0 commit comments

Comments
 (0)