We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111c633 commit 1c562c8Copy full SHA for 1c562c8
.github/workflows/ci-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