dependabot[bot]
9b5c5ae0d3
Bump peter-evans/create-pull-request from 6 to 7
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 13:37:40 +02:00
Magne Sjaastad
3fdb30d1e9
Improve workflow for clang-tidy
...
Use github action cache for vcpkg
2024-08-14 12:51:16 +02:00
dependabot[bot]
f1fa944c58
Bump jurplel/install-qt-action from 3 to 4
...
Bumps [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action ) from 3 to 4.
- [Release notes](https://github.com/jurplel/install-qt-action/releases )
- [Commits](https://github.com/jurplel/install-qt-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: jurplel/install-qt-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 11:05:00 +02:00
Magne Sjaastad
2fb54ac1ec
Add qtnetworkauth to clang-tidy workflow
2024-05-29 10:14:41 +02:00
Magne Sjaastad
63defd0f1a
GHA: Update to peter-evans/create-pull-request@v6
2024-03-17 11:06:19 +01:00
Magne Sjaastad
e83b2e92f3
Add and use clang-tidy for GrpcInterface
2024-01-29 15:00:55 +01:00
Magne Sjaastad
ad34bbf125
Use latest version of actions
...
* Update checkout action
* Update setup-python
* Update get-current-time
* Update cache
* Update upload-artifact
2024-01-26 12:45:25 +01:00
Magne Sjaastad
21843820e6
Update clang-tidy.yml
...
* Make sure clang-tidy action use .clang-tidy config file
Use add-paths to instruct create-pull-request to a sub folder to avoid diff from Qt and vcpkg
* Use empty() in macro to avoid clang-tidy warning
* Add NOLINT to CAF_ASSERT
* Add NOLINT to cvfAssert
2023-10-03 09:04:08 +02:00
Magne Sjaastad
bd061a5bf4
Limit clang-tidy to main and dev
...
Make it possible to have temporary code violating clang-tidy fixes in work branches
2023-06-30 12:55:03 +02:00
Magne Sjaastad
f4dd1d363d
Add prefix to cmake options
...
Add missing RESINSIGHT_ prefix to cmake options
GHA: Fix warnings
2023-05-19 15:03:04 +02:00
Magne Sjaastad
95e3435384
Update pull request actions
2023-05-18 21:21:33 +02:00
Magne Sjaastad
6f6dc80bc6
Added more clang-tidy checks
...
Improved GitHub Action to run clang-format as part of clang-tidy
* Simplify clang-tidy workflow
* Added modernize-use-using, modernize-redundant-void-arg, readability-static-accessed-through-instance
* Add nolint for libecl typedefs
2023-04-14 14:07:45 +02:00
Magne Sjaastad
b30a8507a9
Avoid use of deprecated action
2023-03-21 14:07:16 +01:00
Magne Sjaastad
706c8a5266
Use clang-tidy-15
...
Update clang-tidy.yml to use clang-tidy-15 to be able to support c++20
Do not use OpenMP, as omp.h is not found during parsing
Remove modernize-use-nullptr, as this does not work with <=> (spaceship operator)
https://reviews.llvm.org/D95714
2023-03-21 10:02:03 +01:00
Magne Sjaastad
60abadb86e
GHA: Add retry for apt commands
2023-02-06 16:42:03 +01:00
Magne Sjaastad
eaf3b970ad
add apt-get update
...
Make sure to call apt-get update before apt-get install
2023-01-13 15:08:30 +01:00
Magne Sjaastad
905b2abe53
Update clang-tidy.yml
2022-10-14 08:50:00 +02:00
Magne Sjaastad
2cd7576413
Update files
2022-10-13 20:09:08 +02:00
Magne Sjaastad
ab9e8646db
Update vcpkg and GitHub Actions ( #8682 )
...
* Update vcpkg to latest release (2021.05.12) Use https://github.com/microsoft/vcpkg
* Update all GHA to latest from dev
* Python code linting changes detected by black
2022-03-15 08:19:44 +01:00
Magne Sjaastad
eab5bc79c9
Fix path in clang-tidy workflow ( #7542 )
2021-04-06 21:04:31 +02:00
Magne Sjaastad
06512393d0
GHA: Make sure cache is recreated for clang-tidy job
2021-04-06 08:34:56 +02:00
Magne Sjaastad
b01569869a
GHA : Add clang-tidy
2021-04-05 11:50:42 -07:00