Skip to content

Commit 4085485

Browse files
author
Vahid Tavanashad
committed
update pre-commit workflow
1 parent faac2e9 commit 4085485

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ jobs:
2323
- uses: BSFishy/pip-action@v1
2424
with:
2525
packages: |
26+
codespell
2627
pylint
2728
28-
- name: Version of clang-format
29+
- name: Set up clang-format
2930
run: |
31+
sudo apt-get install -y clang-format-14
32+
sudo unlink /usr/bin/clang-format
33+
sudo ln -s /usr/bin/clang-format-14 /usr/bin/clang-format
3034
clang-format --version
3135
3236
- name: Run pre-commit checks

0 commit comments

Comments
 (0)