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 47b293d commit ef8b9ecCopy full SHA for ef8b9ec
.github/workflows/ci-format.yml
@@ -15,12 +15,12 @@ jobs:
15
name: Format
16
runs-on: ubuntu-22.04
17
steps:
18
- - uses: actions/checkout@v2
19
- - uses: actions/setup-python@v2
20
- with:
21
- python-version: 3.10.4
22
- - name: Install system hooks
23
- run: sudo apt-get install clang-format-14 cppcheck
24
- - uses: pre-commit/action@v2.0.3
25
26
- extra_args: --all-files --hook-stage manual
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
+ with:
+ python-version: 3.10.4
+ - name: Install system hooks
+ run: sudo apt-get install clang-format-14 cppcheck
+ - uses: pre-commit/action@v3.0.1
+ extra_args: --all-files --hook-stage manual
0 commit comments