Update precommit action
This commit is contained in:
parent
89aa631b75
commit
dcebbf2e83
2
.github/workflows/pre-commit.yaml
vendored
2
.github/workflows/pre-commit.yaml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v3
|
||||||
- name: clang format support
|
- name: clang format support
|
||||||
run: |
|
run: |
|
||||||
sudo apt install clang-format cppcheck
|
sudo apt install clang-format cppcheck
|
||||||
|
Loading…
Reference in New Issue
Block a user