We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0dc2e commit 9d5730dCopy full SHA for 9d5730d
.github/workflows/ci-format.yaml
@@ -18,6 +18,6 @@ jobs:
18
python-version: 3.10.6
19
- name: Install system hooks
20
run: sudo apt install -qq cppcheck ament-cmake-uncrustify ament-cmake-pep257
21
- - uses: pre-commit/action@v2.0.3
+ - uses: pre-commit/action@v3.0.0
22
with:
23
extra_args: --all-files --hook-stage manual
0 commit comments