We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfbaa1 commit 74e69e3Copy full SHA for 74e69e3
.github/workflows/format.yml
@@ -18,6 +18,6 @@ jobs:
18
python-version: '3.10'
19
- name: Install system hooks
20
run: sudo apt install -qq clang-format-14 cppcheck
21
- - uses: pre-commit/[email protected].0
+ - uses: pre-commit/[email protected].1
22
with:
23
extra_args: --all-files --hook-stage manual
0 commit comments