Compare commits

..
6 Commits
Author SHA1 Message Date
Mikaël Capelle b51fc90036 Update Github action. 2025-05-28 14:07:53 +02:00
Mikaël Capelle 6929778b01 Add CMake build preset. 2025-05-25 18:13:17 +02:00
Mikaël Capelle bfa7081b61 Rename Github action. 2025-05-25 18:10:39 +02:00
Mikaël Capelle 87ad93470e Add pre-commit hook. 2025-05-25 18:09:26 +02:00
Mikaël Capelle 5465c6724d Bump VCPKG registry baseline and update Github action. 2025-05-25 18:08:34 +02:00
Mikaël Capelle fffc5c6234 Move to VCPKG. 2024-10-13 09:52:25 +02:00
+2 -2
View File
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- id: check-case-conflict
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v22.1.5
rev: v19.1.5
hooks:
- id: clang-format
'types_or': [c++, c]